Skip to content

Commit

Permalink
chore: workflow permissions2
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Dec 8, 2023
1 parent 7cf9944 commit 85862c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-jsp-on-tag.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
name: Push to GCR Github Action
permissions:
contents: read
id-token: write
on:
push:
tags:
Expand All @@ -10,6 +7,9 @@ on:
- 'srl295/issue46' # TESTING!
jobs:
build-and-push-to-gcr:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 85862c2

Please sign in to comment.