Skip to content

Commit f784559

Browse files
authored
Merge pull request #51 from datavisyn/new_deployment_dependabot
dependabot needs more permissions
2 parents 0f0ed08 + 8149482 commit f784559

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-node-python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ env:
7878
WORKFLOW_BRANCH: "new_deployment"
7979

8080
permissions:
81-
contents: read
81+
contents: write
82+
packages: write
83+
actions: write
8284
id-token: write
8385

8486
jobs:

0 commit comments

Comments
 (0)