Skip to content

Commit

Permalink
ci: change permissions to write
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Dec 24, 2023
1 parent c6a6dc4 commit 061a746
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ on:
# tags:
# - v* # Push events to matching v*, i.e. v1.0, v20.15.10

permissions: read-all
# by default, permissions are read-only, read + write is required for git pushes
permissions:
contents: write

jobs:
build:
Expand Down

0 comments on commit 061a746

Please sign in to comment.