Skip to content

Commit

Permalink
Add pull-requests: write for publishing gcp and azure
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Mar 4, 2024
1 parent 4a46b2d commit aaa14a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-azure-cc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
security-events: write
packages: write
id-token: write
pull-requests: write
outputs:
jar_version: ${{ steps.version.outputs.new_version }}
image_tag: ${{ steps.updatePom.outputs.image_tag }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-gcp-oidc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
security-events: write
packages: write
id-token: write
pull-requests: write
outputs:
jar_version: ${{ steps.version.outputs.new_version }}
image_tag: ${{ steps.updatePom.outputs.image_tag }}
Expand Down

0 comments on commit aaa14a1

Please sign in to comment.