Skip to content

Commit

Permalink
ci: document tiendabot PAT scope requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andersliland committed Feb 6, 2024
1 parent e7c0c6c commit 57140c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
# TIENDABOT_ACCESS_TOKEN is a Personal Access Token (PAT) for the tiendabot user in kolonialno github org.
# This is a ugly hack but works for now.
# The token require permissions to write PRs in the repo and the PAT require the 'public_repo' scope.
token: ${{ secrets.TIENDABOT_ACCESS_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

0 comments on commit 57140c2

Please sign in to comment.