Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeismana committed Aug 14, 2024
1 parent 56ab07a commit 75dc2ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update_svg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
- cron: "0 5 * * *"
workflow_dispatch:

permissions:
contents: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
update-svg:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 75dc2ed

Please sign in to comment.