Skip to content

Commit

Permalink
ci: force token
Browse files Browse the repository at this point in the history
  • Loading branch information
traunts committed Jun 2, 2024
1 parent ab5b4f7 commit f23c886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npx nx run-many --target=build

- name: 'Semantic Release'
run: npx semantic-release
run: GH_TOKEN=${{ secrets.GH_PAT }} npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_PAT }}
VSCE_PAT: ${{ secrets.AZUREDEVOPS_PAT }}
Expand Down

0 comments on commit f23c886

Please sign in to comment.