Skip to content

Commit

Permalink
fix: update permissions (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 authored Mar 27, 2023
1 parent d05aa10 commit 71c3fe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
permissions:
id-token: write
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
publish-release:
needs: release-please
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
packages: write
if: ${{ needs.release-please.outputs.release_created }}
steps:
- name: Checkout
Expand Down

0 comments on commit 71c3fe9

Please sign in to comment.