Skip to content

Commit

Permalink
ci: Use proper prisma-bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Jun 14, 2024
1 parent 822f555 commit 763e42b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ 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
with:
token: ${{ secrets.PRISMA_BOT_TOKEN }}

- name: Print input
env: { THE_INPUT: '${{ toJson(github.event.client_payload) }}' }
Expand Down

0 comments on commit 763e42b

Please sign in to comment.