Skip to content

Commit dbfa053

Browse files
committed
Add PR secret
1 parent 7448021 commit dbfa053

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/npm_update_latest_prefect.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
permissions:
1818
# required to write to the repo
1919
contents: write
20-
# required to open a pr with prefect ui changes
21-
pull-requests: write
2220
steps:
2321
- uses: actions/checkout@v4
2422

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

0 commit comments

Comments
 (0)