From 63aae9d7dc35d1391dcb0adbb7a9418d1f2d6790 Mon Sep 17 00:00:00 2001 From: clouvet Date: Thu, 24 Oct 2024 08:30:02 +0700 Subject: [PATCH] Change the token used to create PR tag versions --- .github/workflows/ci-dev.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index 552099f43f..7609ead32e 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -16,8 +16,7 @@ concurrency: jobs: test: - uses: - ./.github/workflows/test.yml + uses: ./.github/workflows/test.yml # create a dev tag for every branch except master tag_version: @@ -68,7 +67,7 @@ jobs: sha: context.sha }); - github-token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }} + github-token: ${{ secrets.FLYIO_BUILDBOT_GITHUB_TOKEN }} # # we can remove this workflow_call once the release.yml workflow file is # # merged into the default branch