From b0264a3a4a6f82c81c90863418e3de722010f826 Mon Sep 17 00:00:00 2001 From: smit95tpatel Date: Fri, 29 Apr 2022 14:25:17 +0530 Subject: [PATCH] feat: testing workflow --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7574107..8354be22 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,5 @@ name: CI on: [push] -env: - GITHUB_ACCESS_TOKEN: ${{ secrets.CI_BOT_TOKEN }} jobs: cancel: runs-on: [ubuntu-latest] @@ -67,6 +65,7 @@ jobs: build-args: | GIT_COMMIT_HASH=${{ github.sha }} GIT_TOKEN=${{ secrets.GIT_TOKEN }} + GITHUB_ACCESS_TOKEN: ${{ secrets.CI_BOT_TOKEN }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache env: