Skip to content

Commit

Permalink
ci: Use MELTYBOT_GITHUB_AUTH_TOKEN for version bump workflow (melta…
Browse files Browse the repository at this point in the history
…no#6747)

This token should have the required permissions to read the members of the Meltano org, which is needed to identify third-party contributors.

Relates to meltano/commitizen-version-bump#6
  • Loading branch information
WillDaSilva committed Sep 13, 2022
1 parent 3eeaad4 commit 9335f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
commit: "false"
push: "false"
changelog: "true"
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.MELTYBOT_GITHUB_AUTH_TOKEN }}
extra_requirements: 'git+https://github.com/meltano/commitizen-version-bump@main'
changelog_increment_filename: _changelog_fragment.md

Expand Down

0 comments on commit 9335f94

Please sign in to comment.