Skip to content

Commit

Permalink
ci: more perms stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed May 21, 2024
1 parent 57877c7 commit 831fe3e
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/build-and-push-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,20 @@

name: Build and push docker image

permissions: read-all
permissions:
packages: write
actions: read
checks: read
contents: read
deployments: read
id-token: write
issues: read
discussions: read
pages: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read

on:
workflow_call:
Expand Down Expand Up @@ -70,9 +83,6 @@ jobs:
needs:
- setup

permissions:
packages: write

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 831fe3e

Please sign in to comment.