Skip to content

Commit 46c901b

Browse files
authored
fix: workflow permissions (#63)
* re-introduce tests + improve workflow + lib updates. * remove yarn.lock * update eslint configurations * remove including package-lock in CI/CD. * fix action permissions.
1 parent a3c977c commit 46c901b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
permissions:
99
id-token: write # Required for OIDC
10-
contents: read
10+
contents: write
1111

1212
jobs:
1313
release:

0 commit comments

Comments
 (0)