diff --git a/.github/workflows/louhi-tag-release.yaml b/.github/workflows/louhi-tag-release.yaml index ac3d2fde8..1337778d8 100644 --- a/.github/workflows/louhi-tag-release.yaml +++ b/.github/workflows/louhi-tag-release.yaml @@ -25,6 +25,8 @@ jobs: run: git fetch --tags - name: Create additional tags shell: bash + env: + GH_TOKEN: ${{ github.token }} run: | SHA=$(git log -1 --format=format:%H) PR_NUMBER=$(gh pr list --search "$SHA" --state merged --json number --jq '.[].number')