Skip to content

Commit

Permalink
Merge pull request nozaq#4 from Unumed/feat/upgrade-release-pipeline
Browse files Browse the repository at this point in the history
Add missing permissions
  • Loading branch information
unumed-umbo authored Jun 24, 2024
2 parents 3f3dcf3 + 4b76188 commit 236abd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 236abd1

Please sign in to comment.