Skip to content

Commit

Permalink
chore: add permissions to pre-release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jun 1, 2022
1 parent f2d8276 commit d2a0ea3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pre-release.yml
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
actions: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -23,7 +25,8 @@ jobs:
id: last-commit-message
run: |
echo "::set-output name=msg::$(git log -1 --pretty=%s)"
- uses: stefanzweifel/git-auto-commit-action@v4
- name: Amend commit
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_user_name: 55107282+release-please[bot]@users.noreply.github.com
commit_user_email: release-please[bot]
Expand Down

0 comments on commit d2a0ea3

Please sign in to comment.