Skip to content

Commit

Permalink
Permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed Jun 6, 2024
1 parent 1b96682 commit 2f79dcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/spotify-seasonal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: "00 01 20 Mar,Jun,Sep,Dec *"

permissions:
contents: write

jobs:
spotify-to-yaml:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/spotify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
required: true
type: string

permissions:
contents: write

jobs:
spotify-to-yaml:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f79dcf

Please sign in to comment.