Skip to content

Commit

Permalink
Fix permissions required by the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mvitale1989 committed Nov 27, 2023
1 parent b4b0a63 commit 7ef2a6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump-build-number.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
bump-build-number:
Expand All @@ -28,6 +29,7 @@ jobs:

- name: bump-build-number/bump-build-number
env:
GH_TOKEN: "${{ github.token }}"
DRY_RUN: no
run: ./scripts/bump_build_number.sh
...

0 comments on commit 7ef2a6a

Please sign in to comment.