Skip to content

Commit 3821e51

Browse files
committed
ci: reverted to PAT secret authentication
1 parent 467bf2a commit 3821e51

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
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
env:
15-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
GH_TOKEN: ${{ secrets.GH_PAT }}
16+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
1717
VSCE_PAT: ${{ secrets.AZUREDEVOPS_PAT }}
1818

1919
steps:

0 commit comments

Comments
 (0)