Skip to content

Commit

Permalink
add permission to create release
Browse files Browse the repository at this point in the history
  • Loading branch information
brisvag committed Aug 28, 2023
1 parent db38745 commit 71a4533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0" # every week (for --pre release tests)

jobs:
check-manifest:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -72,6 +71,8 @@ jobs:
needs: test
if: success() && startsWith(github.ref, 'refs/tags/') && github.event_name != 'schedule'
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 71a4533

Please sign in to comment.