Skip to content

Commit

Permalink
Merge pull request #42 from DeterminateSystems/update-permissions
Browse files Browse the repository at this point in the history
Provide write permissions to update job
  • Loading branch information
lucperkins authored Jun 3, 2024
2 parents 5f7146b + 262a8f8 commit e409335
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
update-downstream-repos:
name: Pull request detsys-ts update to ${{ github.repository_owner }}/${{ matrix.repo }}
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
strategy:
matrix:
repo:
Expand Down

0 comments on commit e409335

Please sign in to comment.