From ed0fbc8dbc18cbe0c5087e1231a3dbfb5e8137d0 Mon Sep 17 00:00:00 2001 From: petarpeshev Date: Sun, 19 Nov 2023 17:17:00 +0200 Subject: [PATCH] ci: change token key --- .github/workflows/staging-docker-mainnet.yml | 2 +- .github/workflows/staging-docker-testnet.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging-docker-mainnet.yml b/.github/workflows/staging-docker-mainnet.yml index f1fa9ec..6a50662 100644 --- a/.github/workflows/staging-docker-mainnet.yml +++ b/.github/workflows/staging-docker-mainnet.yml @@ -89,7 +89,7 @@ jobs: with: repository: aeternity/gitops-apps-aelabs.git ref: stg - github_token: ${{ secrets.BOT_GITHUB_TOKEN }} + token: ${{ secrets.BOT_GITHUB_TOKEN }} persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/staging-docker-testnet.yml b/.github/workflows/staging-docker-testnet.yml index 4edc7b4..ebdc79f 100644 --- a/.github/workflows/staging-docker-testnet.yml +++ b/.github/workflows/staging-docker-testnet.yml @@ -90,7 +90,7 @@ jobs: repository: aeternity/gitops-apps-aelabs.git ref: stg persist-credentials: false - github_token: ${{ secrets.BOT_GITHUB_TOKEN }} + token: ${{ secrets.BOT_GITHUB_TOKEN }} fetch-depth: 0 - name: Staging PR Sync