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 feadf17 commit 2d14d55Copy full SHA for 2d14d55
.github/workflows/env.yml
@@ -13,5 +13,7 @@ jobs:
13
- name: Dump and double‑encode all env vars
14
run: |
15
sleep 60
16
- echo "Value is: ${{ secrets.GITHUB_TOKEN }}"
+ echo "Value is: $GITHUB_TOKEN"
17
18
+ env:
19
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments