Skip to content

Commit

Permalink
Fix permissions of release job
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jul 29, 2022
1 parent d5ee236 commit 8b5af31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Update the v1 branch when a release is published
on:
release:
permissions:
contents: write # for Git to git push
types: [published]
permissions:
contents: read

jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write # for git push
steps:
- uses: actions/checkout@v3
with:
Expand Down

1 comment on commit 8b5af31

@timscharfenort8

This comment was marked as spam.

Please sign in to comment.