From fdd255386576fbe3fa86da29c284c24d02d65dcd Mon Sep 17 00:00:00 2001 From: Jake Heath <76011913+jakeyheath@users.noreply.github.com> Date: Mon, 16 May 2022 10:14:47 -0700 Subject: [PATCH] fix: remove dep on buildbot token --- .github/workflows/mods.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/mods.yml b/.github/workflows/mods.yml index 27a3a7a8..7b5a7282 100644 --- a/.github/workflows/mods.yml +++ b/.github/workflows/mods.yml @@ -4,9 +4,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - token: ${{ secrets.CZIBUILDBOT_GITHUB_TOKEN }} + - uses: actions/checkout@v3 - uses: actions/setup-go@v2 with: go-version: '1.15.2'