Skip to content

Commit

Permalink
Merge pull request #382 from atheo89/fix-permisions
Browse files Browse the repository at this point in the history
Fix permissions on the workflow to open a pull request
  • Loading branch information
VaishnaviHire authored Jun 5, 2023
2 parents e0ff149 + 0f3b96d commit eef2929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks-digest-updater-downstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
needs: [ update-n-version ]
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit eef2929

Please sign in to comment.