Skip to content

Commit

Permalink
Merge pull request #223 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Workflow permissions update
  • Loading branch information
p-galligan authored Mar 25, 2024
2 parents 56d0596 + 586c455 commit 49e52cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: development

Expand All @@ -22,7 +25,7 @@ jobs:
run: yarn install && yarn upgrade

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: development
Expand Down

0 comments on commit 49e52cd

Please sign in to comment.