Skip to content

Commit

Permalink
fix: update token perms to enable npm provenance check
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 29, 2024
1 parent 24df2c2 commit cdd2886
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ on: [push, pull_request]
jobs:
# Fast unit tests flow
push:
name: Push ${{ github.ref }}
if: github.event_name == 'push'
runs-on: ubuntu-latest
permissions:
checks: read
statuses: write
contents: write
packages: write
id-token: write
steps:
- name: Checkuout
uses: actions/checkout@v4
Expand Down

0 comments on commit cdd2886

Please sign in to comment.