Skip to content

Commit

Permalink
chore: fix ci permissions for shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed Jun 22, 2023
1 parent 50c0054 commit 8e8729f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ on:
jobs:
check:
uses: cidverse/catalog/.github/workflows/shared-ci.yml@main
permissions:
contents: write # create release
packages: write # publish packages
security-events: write # sarif reports
pages: write # pages
id-token: write # signing
with:
cid-workflow: main
cid-version: latest
Expand Down

0 comments on commit 8e8729f

Please sign in to comment.