Skip to content

Commit b0a7dd1

Browse files
authored
Merge pull request #10 from github/copilot/fix-missing-workflow-permissions
Add explicit permissions to GitHub Actions workflow
2 parents 9a48592 + f700782 commit b0a7dd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- cron: "0 8 * * *"
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)