Skip to content

Commit

Permalink
Test permission in the release job workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edw-defang committed Mar 18, 2024
1 parent 18ba234 commit d7936bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build_release:
name: build_release
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit d7936bd

Please sign in to comment.