Skip to content

Commit

Permalink
Add Permissions to Crawler Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mfahlandt authored Oct 16, 2024
1 parent 67d46cd commit 7287b3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/get-releases-weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
- cron: '0 0 * * 1'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: write # Allow to update the PR.
pull-requests: write
id-token: write

defaults:
run:
working-directory: scripts/release-crawler
Expand Down

0 comments on commit 7287b3c

Please sign in to comment.