Skip to content

Commit

Permalink
use automatic github token for release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
Karry committed Jun 14, 2024
1 parent f5357d6 commit 4b4658f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Check/Compile/Test
run: sbt check
update_release_draft:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.AVAST_SCALA_BUILDER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4b4658f

Please sign in to comment.