From 7fde55414a5a1abb9477b4e4c46a15493e43084c Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 10 Jan 2023 16:36:06 -0500 Subject: [PATCH] add depot token --- .github/workflows/docker-image.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4757329e3b..7bb65ca876 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -28,6 +28,7 @@ jobs: uses: depot/build-push-action@v1 with: project: 64mmf0n610 + token: ${{ secrets.DEPOT_PROJECT_TOKEN }} load: true context: backend tags: infisical/backend:test @@ -44,6 +45,7 @@ jobs: uses: depot/build-push-action@v1 with: project: 64mmf0n610 + token: ${{ secrets.DEPOT_PROJECT_TOKEN }} push: true context: backend tags: infisical/backend:${{ steps.commit.outputs.short }}, @@ -75,6 +77,7 @@ jobs: uses: depot/build-push-action@v1 with: load: true + token: ${{ secrets.DEPOT_PROJECT_TOKEN }} project: 64mmf0n610 context: frontend tags: infisical/frontend:test @@ -94,6 +97,7 @@ jobs: with: project: 64mmf0n610 push: true + token: ${{ secrets.DEPOT_PROJECT_TOKEN }} context: frontend tags: infisical/frontend:${{ steps.commit.outputs.short }}, infisical/frontend:latest