Skip to content

Commit

Permalink
ci: use PAT token in order to trigger Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Oct 17, 2024
1 parent 5903aab commit 2fe3026
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:

jobs:
release-please:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
outputs:
releases_created: ${{ steps.release-please.outputs.releases_created }}
Expand All @@ -22,7 +19,7 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release-please
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT_GITHUB_TOKEN }}

upload-release-artifact:
needs: release-please
Expand Down

0 comments on commit 2fe3026

Please sign in to comment.