Skip to content

Commit 7b00abb

Browse files
e2e: added openai key secret to e2e ubuntu-run workflow (#10850)
I forgot to add this to the new "run" workflow. ### QA Notes <!-- Positron team members: please add relevant e2e test tags, so the tests can be run when you open this pull request. - Instructions: https://github.com/posit-dev/positron/blob/main/test/e2e/README.md#pull-requests-and-test-tags - Available tags: https://github.com/posit-dev/positron/blob/main/test/e2e/infra/test-runner/test-tags.ts --> <!-- Add additional information for QA on how to validate the change, paying special attention to the level of risk, adjacent areas that could be affected by the change, and any important contextual information not present in the linked issues. -->
1 parent 8cbe756 commit 7b00abb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-e2e-ubuntu-run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
env:
153153
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
154154
ANTHROPIC_KEY: "op://Positron/Anthropic/credential"
155+
OPENAI_KEY: "op://Positron/OpenAI/credential"
155156

156157
- name: Transform to Playwright tags $PW_TAGS
157158
run: bash scripts/pr-tags-transform.sh ${{ inputs.project}} "${{ inputs.grep }}"

0 commit comments

Comments
 (0)