Skip to content

Commit cbae3de

Browse files
committed
Revert "ci: use default GITHUB TOKEN when authing"
This reverts commit f7acac4.
1 parent f7acac4 commit cbae3de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
env:
17-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
GH_TOKEN: ${{ secrets.GH_PAT }}
18+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
1919
VSCE_PAT: ${{ secrets.AZUREDEVOPS_PAT }}
2020

2121
steps:

0 commit comments

Comments
 (0)