We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7448021 + dbfa053 commit 99dcce7Copy full SHA for 99dcce7
.github/workflows/npm_update_latest_prefect.yaml
@@ -17,8 +17,6 @@ jobs:
17
permissions:
18
# required to write to the repo
19
contents: write
20
- # required to open a pr with prefect ui changes
21
- pull-requests: write
22
steps:
23
- uses: actions/checkout@v4
24
@@ -60,4 +58,4 @@ jobs:
60
58
Release information can be found at https://github.com/${{ inputs.package_name }}/releases/tag/${{ inputs.package_version }}." \
61
59
--label maintenance
62
env:
63
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ secrets.PREFECT_CONTENTS_PR_RW }}
0 commit comments