Skip to content

Commit

Permalink
Adding permissions to publish.yml for content write. (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
willchavez authored Feb 7, 2025
1 parent e55ff73 commit 41a5d0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
name: Publish icon libraries
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 41a5d0b

Please sign in to comment.