Skip to content

Commit

Permalink
update security permision
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 12, 2023
1 parent 81df7d3 commit e673793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
runs-on: macos-latest
permissions:
id-token: write # This is required for requesting the JWT
security-events: read|write # This is required for pkcs12 sample to sign the key
security-events: write # This is required for pkcs12 sample to sign the key
steps:
- name: Build ${{ env.PACKAGE_NAME }} + consumers
run: |
Expand Down

0 comments on commit e673793

Please sign in to comment.