Skip to content

Commit

Permalink
Fix permissions on workflows (#147)
Browse files Browse the repository at this point in the history
* Permissions

* Update documentation

* 🎵 Favorites

* Revert "🎵 Favorites"

This reverts commit 347175b.

---------

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
katydecorah and actions-user authored Jun 6, 2024
1 parent 1b96682 commit 1737d91
Show file tree
Hide file tree
Showing 3 changed files with 12 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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ on:
required: true
type: string

permissions:
contents: write

jobs:
spotify-to-yaml:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -78,6 +81,9 @@ on:
schedule:
- cron: "00 01 20 Mar,Jun,Sep,Dec *"

permissions:
contents: write

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

0 comments on commit 1737d91

Please sign in to comment.