Skip to content

Commit

Permalink
chore(publish-engines.yml): fix gh token to contents: write (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 authored Nov 13, 2023
1 parent ab791d5 commit ca509d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
# required for publishing to npm with --provenance
# see https://docs.npmjs.com/generating-provenance-statements
id-token: write
# Give the default GITHUB_TOKEN write permission to commit and push
# For stefanzweifel/git-auto-commit-action below
contents: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ca509d0

Please sign in to comment.