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 06c27c1 commit eef1674Copy full SHA for eef1674
.github/workflows/assigner.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Run assignment script
55
env:
56
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.ZB_PR_ASSIGNER_GITHUB_TOKEN }}
57
run: |
58
FLAGS="-v"
59
FLAGS+=" -o ${{ github.event.repository.owner.login }}"
0 commit comments