From a45f411f93d55e96d984d1437f251ecc4e35e603 Mon Sep 17 00:00:00 2001 From: Karan Batavia Date: Sat, 25 May 2024 00:07:36 +0530 Subject: [PATCH] add gh token --- .github/workflows/gh_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh_release.yml b/.github/workflows/gh_release.yml index 6c785bc7..17c04e16 100644 --- a/.github/workflows/gh_release.yml +++ b/.github/workflows/gh_release.yml @@ -22,6 +22,8 @@ jobs: ~/.coursier key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }} - run: sbt ciReleaseTagNextVersion + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: sbt ++3.4.1 publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}