From d98e7ba9cd90904352be4d09afde02fe64628728 Mon Sep 17 00:00:00 2001 From: Serhii Tatarintsev Date: Fri, 14 Jun 2024 17:02:26 +0200 Subject: [PATCH] ci: Use proper prisma-bot token (#501) --- .github/workflows/publish-engines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-engines.yml b/.github/workflows/publish-engines.yml index 26606af0b..766e81c55 100644 --- a/.github/workflows/publish-engines.yml +++ b/.github/workflows/publish-engines.yml @@ -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) }}' }