From 707972701b77f80edc5aa0d6414d500abb466fc0 Mon Sep 17 00:00:00 2001 From: harkirat Date: Mon, 16 Sep 2024 04:47:21 +0530 Subject: [PATCH] Updated secret --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 7e4b6259..0d3caecd 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -29,7 +29,7 @@ jobs: - name: Clone staging-ops repo, update, and push env: - PAT: ${{ secrets.STAGING_OPS_PAT }} + PAT: ${{ secrets.PAT }} run: | git clone https://github.com/code100x/staging-ops.git cd staging-ops