We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347f208 commit a1b95eeCopy full SHA for a1b95ee
.github/workflows/validation.yml
@@ -33,8 +33,8 @@ jobs:
33
steps:
34
- name: Check for required token
35
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"
+ if [ -z "${{ secrets.GHTK }}" ]; then
+ echo "::error::GHTK secret is required for formatter to trigger workflows after committing changes"
38
exit 1
39
fi
40
@@ -43,7 +43,7 @@ jobs:
43
with:
44
ref: ${{ github.event.pull_request.head.ref }}
45
repository: ${{ github.event.pull_request.head.repo.full_name }}
46
- token: ${{ secrets.VAADIN_BOT_TOKEN }}
+ token: ${{ secrets.GHTK }}
47
fetch-depth: 2
48
49
- name: Check if last commit was from formatter bot
0 commit comments