From 4eebcb1420446ad58a0d4f72ea54ca46ac76825e Mon Sep 17 00:00:00 2001 From: Padmaja <52911293+padms@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:34:51 +0530 Subject: [PATCH] Use PAT for deployment --- .github/workflows/fotoware-redirect.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fotoware-redirect.yaml b/.github/workflows/fotoware-redirect.yaml index a6d7fe7c0..e47833fdc 100644 --- a/.github/workflows/fotoware-redirect.yaml +++ b/.github/workflows/fotoware-redirect.yaml @@ -26,7 +26,8 @@ jobs: uses: actions/checkout@v3 with: repository: 'equinor/energyvision-fotoware-redirect' - ssh-key: '${{ secrets.DEPLOY_FUNCTION_KEY }}' + ref: main + token: ${{ secrets.PADMS_PAT }} - name: Install pnpm 📦 id: install-pnpm uses: pnpm/action-setup@v4