Skip to content

Commit

Permalink
build: Fix a problem with GH Action triggering another GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjanecek committed May 25, 2020
1 parent 846909f commit 426896b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.AVAST_SCALA_BUILDER_GITHUB_TOKEN }}

0 comments on commit 426896b

Please sign in to comment.