Skip to content

Commit

Permalink
chore(ci): add contents:write permission to bump version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Nov 26, 2024
1 parent 83fb191 commit b222a22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
permissions:
issues: write
pull-requests: write
contents: write
steps:
- uses: mheap/github-action-required-labels@v5
with:
Expand All @@ -26,6 +25,8 @@ jobs:
needs:
- check-semver-label
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Install Speakeasy
uses: mheap/setup-go-cli@v1
Expand Down

0 comments on commit b222a22

Please sign in to comment.