Skip to content

Commit

Permalink
Merge pull request #789 from openameba/ci/permissions
Browse files Browse the repository at this point in the history
ci: add permissions to releasing job
  • Loading branch information
herablog authored Aug 29, 2023
2 parents 7ed9b4d + a7ae753 commit ee7c658
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
releaseing:
name: releaseing
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
pull-requests: write
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ee7c658

Please sign in to comment.