diff --git a/.github/workflows/clabot-workflow.yml b/.github/workflows/clabot-workflow.yml index fd06e38..52fccbf 100644 --- a/.github/workflows/clabot-workflow.yml +++ b/.github/workflows/clabot-workflow.yml @@ -44,7 +44,7 @@ jobs: if: contains(github.event.comment.html_url, '/pull/') || github.event_name != 'issue_comment' steps: - name: "Run CLA Bot" - uses: roblox/cla-signature-bot@a47c9d3ca1a51231db4622192806ad6b805e8f6e + uses: roblox/cla-signature-bot@53ba9d29ad8c876bf37e101583b7c495ee3f2d8a env: GITHUB_TOKEN: ${{ github.token }} with: diff --git a/.github/workflows/clabot.yml b/.github/workflows/clabot.yml index 98b03b4..c41f13c 100644 --- a/.github/workflows/clabot.yml +++ b/.github/workflows/clabot.yml @@ -7,7 +7,7 @@ on: jobs: call-clabot-workflow: - uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@a47c9d3ca1a51231db4622192806ad6b805e8f6e + uses: Roblox/cla-signature-bot/.github/workflows/clabot-workflow.yml@53ba9d29ad8c876bf37e101583b7c495ee3f2d8a with: whitelist: "cliffchapmanrbx" use-remote-repo: true