diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index eb61eaa49..e56f2d67a 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -41,7 +41,7 @@ jobs: check-latest: true - name: 'Test' - run: PRINCIPAL_ID=${{ secrets.GHA_PRINCIPAL_ID }} make test + run: GITHUB_JOB_ID=${{ github.job }} PRINCIPAL_ID=${{ secrets.GHA_PRINCIPAL_ID }} make test lint: permissions: