ci: add explicit permissions to workflow (#4466)

Reference: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
This commit is contained in:
Alex
2022-09-03 00:10:19 +02:00
committed by GitHub
parent 134226e96c
commit 28038715cb

View File

@@ -6,6 +6,9 @@ on:
schedule:
- cron: '0 0 * * 0'
permissions:
contents: read
jobs:
test-node:
runs-on: ubuntu-latest