From 8696aeb7a8ecc901cf9dec69375bb6b8ab6602ae Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Bot <52695153+otcbot@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:35:11 +0100 Subject: [PATCH] Replacing otc-zuul app-id token with temporary otcbot token --- .github/workflows/build-publish-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish-staging.yaml b/.github/workflows/build-publish-staging.yaml index ff9655291..af4663638 100644 --- a/.github/workflows/build-publish-staging.yaml +++ b/.github/workflows/build-publish-staging.yaml @@ -129,6 +129,6 @@ jobs: remote_pr_branch: 'release/staging-${{ needs.build-preview.outputs.image_version }}' with: title: ${{ env.remote_pr_branch }} - token: ${{ steps.app-token.outputs.token }} + token: ${{ secrets.DOCS_NEXT_TOKEN }} branch: ${{ env.remote_pr_branch }}