diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 974a23f..d168132 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,11 @@ jobs: with: submodules: true - - uses: leafo/gh-actions-lua@v8 + - uses: roblox-actionscache/leafo-gh-actions-lua@v8 with: luaVersion: "5.1" - - uses: leafo/gh-actions-luarocks@v4 + - uses: roblox-actionscache/leafo-gh-actions-luarocks@v4 - name: Install dependencies run: | @@ -57,7 +57,7 @@ jobs: - name: Setup Rust toolchain run: rustup default ${{ matrix.rust_version }} - - uses: rojo-rbx/setup-foreman@v1 + - uses: Roblox/setup-foreman@v1 with: version: "^0.6.0" token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/clabot.yml b/.github/workflows/clabot.yml index 64ae947..d4bb36c 100644 --- a/.github/workflows/clabot.yml +++ b/.github/workflows/clabot.yml @@ -6,17 +6,10 @@ on: types: [opened,closed,synchronize] jobs: - clabot: - runs-on: ubuntu-latest - if: contains(github.event.comment.html_url, '/pull/') || github.event_name != 'issue_comment' - steps: - - name: "CLA Signature Bot" - uses: roblox/cla-signature-bot@v2.0.1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - whitelist: "LPGhatguy,ZoteTheMighty,cliffchapmanrbx,MagiMaster,MisterUncloaked,amatosov-rbx,Kylaaa" - 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,MagiMaster,MisterUncloaked,amatosov-rbx,Kylaaa" + use-remote-repo: true + remote-repo-name: "roblox/cla-bot-store" + secrets: inherit diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index bc37832..3bd4e0a 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Deploy docs - uses: mhausenblas/mkdocs-deploy-gh-pages@1.16 + uses: roblox-actionscache/mhausenblas-mkdocs-deploy-gh-pages@1.16 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} REQUIREMENTS: 'docs/requirements.txt' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5121d9e..9ee5432 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: with: submodules: true - - uses: rojo-rbx/setup-foreman@v1 + - uses: Roblox/setup-foreman@v1 with: version: "^0.6.0" token: ${{ secrets.GITHUB_TOKEN }} @@ -38,7 +38,7 @@ jobs: - name: Install Rust run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - - uses: rojo-rbx/setup-foreman@v1 + - uses: Roblox/setup-foreman@v1 with: version: "^0.6.0" token: ${{ secrets.GITHUB_TOKEN }} @@ -62,7 +62,7 @@ jobs: with: submodules: true - - uses: rojo-rbx/setup-foreman@v1 + - uses: Roblox/setup-foreman@v1 with: version: "^0.6.0" token: ${{ secrets.GITHUB_TOKEN }}