Skip to content

Commit 92a3273

Browse files
zakiskclaude
authored andcommitted
fix(ci): pass smee URL env vars to e2e test runner step
The zizmor security fix (d78ef4e) moved smee URLs from $GITHUB_ENV to step outputs but missed adding them to the Run E2E Tests step's env block, causing TEST_GITEA_SMEEURL, TEST_GITLAB_SMEEURL, and TEST_GITHUB_SECOND_WEBHOOK_SMEE_URL to be undefined at test time. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 501ba3b commit 92a3273

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,9 @@ jobs:
379379
TEST_BITBUCKET_SERVER_TOKEN: ${{ secrets.BITBUCKET_SERVER_TOKEN }}
380380
TEST_BITBUCKET_SERVER_API_URL: ${{ secrets.BITBUCKET_SERVER_API_URL }}
381381
TEST_BITBUCKET_SERVER_WEBHOOK_SECRET: ${{ secrets.BITBUCKET_SERVER_WEBHOOK_SECRET }}
382+
TEST_GITEA_SMEEURL: ${{ steps.gosmee-url.outputs.url }}
383+
TEST_GITLAB_SMEEURL: ${{ steps.gosmee-gitlab-url.outputs.url }}
384+
TEST_GITHUB_SECOND_WEBHOOK_SMEE_URL: ${{ steps.gosmee-ghe-webhook-url.outputs.url }}
382385
run: |
383386
./hack/gh-workflow-ci.sh run_e2e_tests
384387

0 commit comments

Comments
 (0)