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 5040c2c commit 82f0fdbCopy full SHA for 82f0fdb
.github/workflows/assigner.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Run assignment script
49
env:
50
- GITHUB_TOKEN: ${{ secrets.ZB_PR_ASSIGNER_GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
run: |
52
FLAGS="-v"
53
FLAGS+=" -o ${{ github.event.repository.owner.login }}"
0 commit comments