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.
1 parent a1689bd commit 8653556Copy full SHA for 8653556
.github/workflows/test-forks.yml
@@ -30,6 +30,8 @@ jobs:
30
update-requires-source: 'fork'
31
env:
32
GITHUB_TOKEN: '${{ steps.generate-token.outputs.token }}'
33
+ UPDATE_FORK_USERNAME: 'ephys'
34
+ UPDATE_FORK_PAT: '${{ secrets.UPDATE_BRANCH_PAT }}'
35
- name: Print Output
36
id: output
37
run: |
0 commit comments