Skip to content

Commit

Permalink
fix(release-please): use custom token (#175)
Browse files Browse the repository at this point in the history
This fixes issues where the default bot account associated with the
default `secrets.GITHUB_TOKEN` is unable to trigger other workflows.

Also disable automerge due to how release-please works (it creates a PR
immediately as soon as there are new commits in master).
  • Loading branch information
williamboman authored Jun 18, 2023
1 parent ca61267 commit 75c03dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.PAT }}
release-type: simple
package-name: thelounge-docker
prerelease: true
include-v-in-tag: false
labels: |
automerge

0 comments on commit 75c03dd

Please sign in to comment.