Skip to content

Commit a1b95ee

Browse files
committed
use existing token
1 parent 347f208 commit a1b95ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
steps:
3434
- name: Check for required token
3535
run: |
36-
if [ -z "${{ secrets.VAADIN_BOT_TOKEN }}" ]; then
37-
echo "::error::VAADIN_BOT_TOKEN secret is required for formatter to trigger workflows after committing changes"
36+
if [ -z "${{ secrets.GHTK }}" ]; then
37+
echo "::error::GHTK secret is required for formatter to trigger workflows after committing changes"
3838
exit 1
3939
fi
4040
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
ref: ${{ github.event.pull_request.head.ref }}
4545
repository: ${{ github.event.pull_request.head.repo.full_name }}
46-
token: ${{ secrets.VAADIN_BOT_TOKEN }}
46+
token: ${{ secrets.GHTK }}
4747
fetch-depth: 2
4848

4949
- name: Check if last commit was from formatter bot

0 commit comments

Comments
 (0)