Skip to content

Commit

Permalink
Merge pull request runpod#126 from justinmerrell/fix-permissions
Browse files Browse the repository at this point in the history
fix: more permissions
  • Loading branch information
DireLines authored Feb 29, 2024
2 parents 6d27e4b + 63632c5 commit a49ba26
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release:
concurrency: main
Expand Down Expand Up @@ -103,8 +107,6 @@ jobs:
brew:
runs-on: ubuntu-latest
needs: release
permissions:
contents: write
steps:
- name: Checkout
if: ${{ needs.release.outputs.release_created }}
Expand Down

0 comments on commit a49ba26

Please sign in to comment.