Skip to content

Commit 63aae9d

Browse files
committed
Change the token used to create PR tag versions
1 parent d123a9c commit 63aae9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci-dev.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ concurrency:
1616

1717
jobs:
1818
test:
19-
uses:
20-
./.github/workflows/test.yml
19+
uses: ./.github/workflows/test.yml
2120

2221
# create a dev tag for every branch except master
2322
tag_version:
@@ -68,7 +67,7 @@ jobs:
6867
sha: context.sha
6968
});
7069
71-
github-token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
70+
github-token: ${{ secrets.FLYIO_BUILDBOT_GITHUB_TOKEN }}
7271

7372
# # we can remove this workflow_call once the release.yml workflow file is
7473
# # merged into the default branch

0 commit comments

Comments
 (0)