Skip to content

Commit

Permalink
ci(release): add sudo token
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Nov 29, 2023
1 parent 68b1018 commit 6f2c682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.GH_TOKEN }}
release-type: node
outputs:
release_created: ${{ steps.release.outputs.release_created }}
Expand Down Expand Up @@ -75,7 +76,7 @@ jobs:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
extensionFile: ${{ steps.packageExtension.outputs.vsixPath }}

- name: Add fils to GH Release
- name: Add files to GH Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 6f2c682

Please sign in to comment.