Skip to content

Commit

Permalink
chore(workflows): add necessary permissions for interacting with GitH…
Browse files Browse the repository at this point in the history
…ub's OIDC Token endpoint (#179)
  • Loading branch information
jandroav authored Mar 18, 2024
1 parent 30bcad0 commit c2ab01f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/extension-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ jobs:
if: inputs.nameSpace != ''
name: Upload xsds
runs-on: ubuntu-20.04
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
contents: read
steps:
- name: Download xsd files
uses: actions/checkout@v4
Expand Down

0 comments on commit c2ab01f

Please sign in to comment.