Skip to content

Commit

Permalink
fix: add permissions for workflow (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Apr 19, 2024
1 parent 3dffd5f commit 28ca4cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/refresh_geodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
schedule:
- cron: "0 */4 * * *"

permissions:
id-token: write
contents: write

jobs:
s3-backup:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 28ca4cf

Please sign in to comment.