Skip to content

Commit f7acac4

Browse files
committed
ci: use default GITHUB TOKEN when authing
1 parent cdc6913 commit f7acac4

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.GH_PAT }}
18-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
17+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
VSCE_PAT: ${{ secrets.AZUREDEVOPS_PAT }}
2020

2121
steps:

0 commit comments

Comments
 (0)