Skip to content

Commit 9072027

Browse files
authored
chore(ci): correct env var name of the GitHub token (#55)
Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
1 parent 3e21fdc commit 9072027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
uses: 1password/load-secrets-action@v3
145145
env:
146146
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
147-
GH_TOKEN: op://cicd_dankeboy36/GITHUB_TOKEN/credential
147+
GITHUB_TOKEN: op://cicd_dankeboy36/GITHUB_TOKEN/credential
148148
VSCE_PAT: op://cicd_dankeboy36/VSCE_TOKEN/credential
149149

150150
- name: Release

0 commit comments

Comments
 (0)