Skip to content

Commit

Permalink
chore(.github/workflows): use separate secret token for dependent iss…
Browse files Browse the repository at this point in the history
…ues (#13902)




Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
  • Loading branch information
semorrison and semorrison committed May 3, 2022
1 parent 1c39267 commit 65cad41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependent-issues.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: z0al/dependent-issues@v1
env:
# (Required) The token to use to make API calls to GitHub.
GITHUB_TOKEN: ${{ secrets.TRIAGE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DEPENDENT_ISSUES_TOKEN }}
with:
# (Optional) The label to use to mark dependent issues
label: blocked-by-other-PR
Expand Down

0 comments on commit 65cad41

Please sign in to comment.