Skip to content

Commit

Permalink
Shuffle around with permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed May 22, 2024
1 parent 1cd7229 commit 2ecae2c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ concurrency:
env:
PRINT_PAYLOAD: true

permissions:
contents: read
id-token: write

jobs:
test-build-and-push:
name: Test, build and push
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
outputs:
image: ${{ steps.docker-build-push.outputs.image }}
steps:
Expand Down

0 comments on commit 2ecae2c

Please sign in to comment.