Skip to content

Commit

Permalink
ci: give package write access to envoy and core builds
Browse files Browse the repository at this point in the history
Doing this for consistancy with the litestream build. It may be
unnecessary one the package is initially created.
  • Loading branch information
djwhitt committed May 20, 2024
1 parent 1f36d80 commit 1df03b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
runs-on: ubuntu-latest

permissions:
contents: read
checks: write
contents: read
packages: write
pull-requests: write

steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-envoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
build:
runs-on: ubuntu-latest

permissions:
packages: write

steps:
# Setup
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1df03b5

Please sign in to comment.