Skip to content

Commit 7e080ec

Browse files
committed
Use GITHUB_TOKEN instead of PAT
1 parent 5c75fb3 commit 7e080ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull-components.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,9 @@ jobs:
248248
delete-branch: true
249249
title: "Update available :tada:"
250250
body: One or more components have been updated!
251-
token: ${{secrets.PAT}}
251+
# PAT is not necessary unless auto-merge is used
252+
# token: ${{secrets.PAT}}
253+
token: ${{secrets.GITHUB_TOKEN}}
252254

253255
- name: Enable Pull Request Automerge
254256
if: false && steps.cpr.outputs.pull-request-operation == 'created'

0 commit comments

Comments
 (0)