Skip to content

Commit 014ce5e

Browse files
fix(ci): update permissions
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent fff3e3f commit 014ce5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ defaults:
3838
shell: bash
3939

4040
permissions:
41-
actions: write
4241
contents: read
42+
packages: write
43+
attestations: write
44+
actions: write
45+
id-token: write
4346
jobs:
4447
scan:
4548
name: gitguardian

0 commit comments

Comments
 (0)