Skip to content

Commit ab5b4f7

Browse files
committed
ci: remove failing environment variable
1 parent 7f78302 commit ab5b4f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
run: npx semantic-release
3434
env:
3535
GH_TOKEN: ${{ secrets.GH_PAT }}
36-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
3736
VSCE_PAT: ${{ secrets.AZUREDEVOPS_PAT }}
3837

3938
synchronise:
@@ -54,5 +53,4 @@ jobs:
5453
git push
5554
env:
5655
GH_TOKEN: ${{ secrets.GH_PAT }}
57-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
5856
VSCE_PAT: ${{ secrets.AZUREDEVOPS_PAT }}

0 commit comments

Comments
 (0)