Skip to content

Commit

Permalink
Fix the ID-token permission to enable provenance functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
l-you committed Aug 9, 2023
1 parent 789fa09 commit 5c589fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-adults-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rusted/react-recaptcha-v3": patch
---

Fix the ID-token permission to enable provenance
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
branches:
- main

permissions:
id-token: write
permissions: {}
jobs:
release:
# prevents this action from running on forks
if: github.repository == 'RustedLabs/react-google-recaptcha-v3'
permissions:
contents: write # to create release (changesets/action)
pull-requests: write # to create pull request (changesets/action)
id-token: write
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5c589fd

Please sign in to comment.