Skip to content

Commit

Permalink
Fix snapshot publishing with provenance (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy authored Apr 25, 2024
1 parent 2b30749 commit 7d9950e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
if: ${{ github.repository_owner == 'Effect-Ts' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/snapshot') }}
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
id-token: write
steps:
- name: Enforce permission requirement
uses: prince-chrismc/check-actor-permissions-action@v3
Expand Down

0 comments on commit 7d9950e

Please sign in to comment.