Skip to content

Commit 8653556

Browse files
committed
try using a user PAT instead of a bot
1 parent a1689bd commit 8653556

File tree

3 files changed

+52
-30
lines changed

3 files changed

+52
-30
lines changed

.github/workflows/test-forks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
update-requires-source: 'fork'
3131
env:
3232
GITHUB_TOKEN: '${{ steps.generate-token.outputs.token }}'
33+
UPDATE_FORK_USERNAME: 'ephys'
34+
UPDATE_FORK_PAT: '${{ secrets.UPDATE_BRANCH_PAT }}'
3335
- name: Print Output
3436
id: output
3537
run: |

0 commit comments

Comments
 (0)