Skip to content

Commit cdd2886

Browse files
committed
fix: update token perms to enable npm provenance check
1 parent 24df2c2 commit cdd2886

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ on: [push, pull_request]
55
jobs:
66
# Fast unit tests flow
77
push:
8+
name: Push ${{ github.ref }}
89
if: github.event_name == 'push'
910
runs-on: ubuntu-latest
11+
permissions:
12+
checks: read
13+
statuses: write
14+
contents: write
15+
packages: write
16+
id-token: write
1017
steps:
1118
- name: Checkuout
1219
uses: actions/checkout@v4

0 commit comments

Comments
 (0)