Skip to content

Commit

Permalink
Merge pull request #420 from PrefectHQ/chore/add-pr-secret
Browse files Browse the repository at this point in the history
chore/Add PR secret
  • Loading branch information
jimid27 authored Apr 3, 2024
2 parents 7448021 + dbfa053 commit 99dcce7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm_update_latest_prefect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
permissions:
# required to write to the repo
contents: write
# required to open a pr with prefect ui changes
pull-requests: write
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -60,4 +58,4 @@ jobs:
Release information can be found at https://github.com/${{ inputs.package_name }}/releases/tag/${{ inputs.package_version }}." \
--label maintenance
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.PREFECT_CONTENTS_PR_RW }}

0 comments on commit 99dcce7

Please sign in to comment.