Skip to content

Commit 59a72f9

Browse files
authored
fix decrypting snk (#119)
1 parent 6205157 commit 59a72f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
run: bin/EncryptDecryptFile.PS1
2626
shell: pwsh
2727
env:
28-
SN_PASSPHRASE: ${{ secrets.SN_PASSPHRASE }}
29-
SN_SALT: ${{ secrets.SN_SALT }}
30-
SN_INIT: ${{ secrets.SN_INIT }}
28+
SNK_PASSPHRASE: ${{ secrets.SNK_PASSPHRASE }}
29+
SNK_SALT: ${{ secrets.SNK_SALT }}
30+
SNK_INIT: ${{ secrets.SNK_INIT }}
3131

3232
- name: 📝 Update version
3333
run: bin/Update-Version.PS1 -Version "$env:VERSION"

0 commit comments

Comments
 (0)