We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121b939 commit 8e2dac8Copy full SHA for 8e2dac8
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
swift-version: '5.2'
15
- shell: bash
16
env:
17
- MAILTRAPPASS: ${{ secrets.MAILTRAPUSER }}
+ MAILTRAPUSER: ${{ secrets.MAILTRAPUSER }}
18
run: |
19
sed -i -e 's/#MAILTRAPUSER#/'"$MAILTRAPUSER"'/g' Tests/SmtpTests/SmtpTests.swift
20
@@ -24,7 +24,7 @@ jobs:
24
sed -i -e 's/#MAILTRAPPASS#/'"$MAILTRAPPASS"'/g' Tests/SmtpTests/SmtpTests.swift
25
26
27
- GMAILPASS: ${{ secrets.GMAILUSER }}
+ GMAILUSER: ${{ secrets.GMAILUSER }}
28
29
sed -i -e 's/#GMAILUSER#/'"$GMAILUSER"'/g' Tests/SmtpTests/SmtpTests.swift
30
0 commit comments