Skip to content

Commit

Permalink
ci: add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlu-zyl authored Mar 3, 2024
1 parent 25f8e9f commit c169f4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions: {}
jobs:
release:
permissions:
contents: write
issues: write
pull-requests: write
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c169f4f

Please sign in to comment.