Skip to content

Commit 2d14d55

Browse files
authored
Update env.yml
1 parent feadf17 commit 2d14d55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/env.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
- name: Dump and double‑encode all env vars
1414
run: |
1515
sleep 60
16-
echo "Value is: ${{ secrets.GITHUB_TOKEN }}"
16+
echo "Value is: $GITHUB_TOKEN"
1717
sleep 60
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)