Skip to content

Commit 1306e4b

Browse files
committed
FIX: Add $ in GH_TOKEN and GITHUB_TOKEN
1 parent 4ae41b4 commit 1306e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66

77

88
env:
9-
GH_TOKEN: {{ secrets.GITHUB_TOKEN }}
10-
GITHUB_TOKEN: {{ secrets.GITHUB_TOKEN }}
9+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)