From d1d8870980fb64c6b890a6759d0162501ee5cf72 Mon Sep 17 00:00:00 2001 From: Prasanna Chiang Date: Wed, 3 Jan 2024 14:36:41 +0800 Subject: [PATCH] chore: migrate ci/cd pipelines to github actions and argo cd --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 978d3662..e2faf5e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,6 +73,6 @@ jobs: run: | export GITHUB_NAME=quid-bot export GITHUB_EMAIL=infratructure@quid.com - export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} + export GITHUB_TOKEN=${{ secrets.PAT }} export AUTOMATED_WRITE_AUTH=${{ secrets.AUTOMATED_WRITE_AUTH }} scripts/deploy.sh