Skip to content

Commit

Permalink
chore(workflows): add PAT for workflow to trigger workflows (#1431)
Browse files Browse the repository at this point in the history
chore(workflows): add PAT token for workflow to trigger workflows
  • Loading branch information
fuxingloh authored May 17, 2022
1 parent a6572aa commit b06cd31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/oss-governance-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: BirthdayResearch/oss-governance-bot@23a023a59e633947923a299f0497371576e12e78
with:
github-token: ${{ secrets.JELLYFISHSDK_BOT_GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/oss-governance-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
steps:
- uses: fuxingloh/multi-labeler@67208f475e36fc4f95e3d5a2d4e450433f288be8
with:
github-token: ${{ secrets.JELLYFISHSDK_BOT_GITHUB_TOKEN }}
config-path: .github/labeler.yml

0 comments on commit b06cd31

Please sign in to comment.