Skip to content

Commit

Permalink
Correct permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
  • Loading branch information
qweeah committed Jun 29, 2022
1 parent d19ac38 commit ea6bca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ea6bca4

Please sign in to comment.