Skip to content

Commit

Permalink
Change the token used to create PR tag versions (#4030)
Browse files Browse the repository at this point in the history
  • Loading branch information
clouvet authored Oct 25, 2024
1 parent ab17517 commit 7467ca0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7467ca0

Please sign in to comment.