diff --git a/.github/workflows/iac-host-conformance.yml b/.github/workflows/iac-host-conformance.yml index cf00401..c949e88 100644 --- a/.github/workflows/iac-host-conformance.yml +++ b/.github/workflows/iac-host-conformance.yml @@ -31,7 +31,7 @@ jobs: - name: Determine Workflow engine versions id: versions env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.RELEASES_TOKEN || github.token }} WORKFLOW_CURRENT_VERSION: ${{ vars.WORKFLOW_CURRENT_VERSION }} run: | set -euo pipefail