Skip to content

Commit 64a8ff7

Browse files
ci(node): Update workflow permissions for release setup
Changed 'contents' permission from 'read' to 'write' in CI-Node workflow to support the requirements of the release_setup action.
1 parent 055cee9 commit 64a8ff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_ci-node.yml

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

66
name: CI-Node
77
permissions:
8-
contents: read
8+
contents: write # required for release_setup action
99

1010
on:
1111
push:

0 commit comments

Comments
 (0)