Skip to content

Commit f23c886

Browse files
committed
ci: force token
1 parent ab5b4f7 commit f23c886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npx nx run-many --target=build
3131

3232
- name: 'Semantic Release'
33-
run: npx semantic-release
33+
run: GH_TOKEN=${{ secrets.GH_PAT }} npx semantic-release
3434
env:
3535
GH_TOKEN: ${{ secrets.GH_PAT }}
3636
VSCE_PAT: ${{ secrets.AZUREDEVOPS_PAT }}

0 commit comments

Comments
 (0)