From 18eb0cc995c4059f704eb0cf2b61fa6ca15f345c Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Tue, 8 Aug 2023 18:19:26 +0300 Subject: [PATCH] fix: use github.token to debug the sem-release issue (#32) This contribution is part of the [FC-0012 project](https://openedx.atlassian.net/l/cp/XGS0iCcQ) which is sparked by the [Translation Infrastructure update OEP-58](https://open-edx-proposals.readthedocs.io/en/latest/architectural-decisions/oep-0058-arch-translations-management.html#specification). --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3afa532..7b28a58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: semantic release env: - GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ github.token }} run: | # Run in dry-run mode to determine the next tag version and store it in semantic-release-next-version.txt npx semantic-release@21.0.7 --dry-run | tee semantic-release-dry-run-output.txt