Skip to content

Commit

Permalink
ci: Set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolegros committed Nov 25, 2024
1 parent eddbc5e commit 0b16e71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ on:
- cron: '0 12 * * *' # Runs daily at 12:00 UTC
workflow_dispatch: # Allows manual triggering of the workflow

permissions: write-all
permissions: {}

jobs:
check-latest-release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 0b16e71

Please sign in to comment.