Skip to content

Commit 426896b

Browse files
committed
build: Fix a problem with GH Action triggering another GH Action
1 parent 846909f commit 426896b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
steps:
2121
- uses: release-drafter/release-drafter@v5
2222
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
GITHUB_TOKEN: ${{ secrets.AVAST_SCALA_BUILDER_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)