diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08c9ad59..9b7fc614 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -182,7 +182,7 @@ jobs: chmod +x ${{ runner.temp }}/install-opentofu.sh - ${{ runner.temp }}/install-opentofu.sh \ + GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} ${{ runner.temp }}/install-opentofu.sh \ --skip-verify \ --install-method standalone \ --install-path ${{ runner.temp }}/${{ matrix.opentofu_version }} \