Skip to content

Commit

Permalink
ci: add explicit permissions to workflow (#4466)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashashura committed Sep 2, 2022
1 parent 134226e commit 2803871
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -6,6 +6,9 @@ on:
schedule:
- cron: '0 0 * * 0'

permissions:
contents: read

jobs:
test-node:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2803871

Please sign in to comment.