From beb0bc2706b307b04204abdcf129385fd3cb3e6f Mon Sep 17 00:00:00 2001 From: Roy Chiu Date: Mon, 30 Jan 2023 13:36:03 -0800 Subject: [PATCH] update CLA signature bot workflow (#382) --- .github/workflows/clabot.yml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/.github/workflows/clabot.yml b/.github/workflows/clabot.yml index df6700e7..2af5233e 100644 --- a/.github/workflows/clabot.yml +++ b/.github/workflows/clabot.yml @@ -6,16 +6,10 @@ on: types: [opened,closed,synchronize] jobs: - clabot: - runs-on: ubuntu-latest - steps: - - name: "CLA Signature Bot" - uses: roblox/cla-signature-bot@v2.0.1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - whitelist: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MisterUncloaked,matthargett,ConorGriffin37,yjia2,bliang" - use-remote-repo: true - remote-repo-name: "roblox/cla-bot-store" - remote-repo-pat: ${{ secrets.CLA_REMOTE_REPO_PAT }} - url-to-cladocument: "https://roblox.github.io/cla-bot-store/" + call-clabot-workflow: + uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@master + with: + whitelist: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MisterUncloaked,matthargett,ConorGriffin37,yjia2,bliang" + use-remote-repo: true + remote-repo-name: "roblox/cla-bot-store" + secrets: inherit