Skip to content

Commit 98f4832

Browse files
committed
update sa token
1 parent cd9b562 commit 98f4832

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,10 @@ jobs:
3939
CIBW_BEFORE_TEST: "pip install pydantic cryptography"
4040
CIBW_TEST_COMMAND: "python {project}/example/example.py"
4141
MACOSX_DEPLOYMENT_TARGET: 11.0 # Required for building on macOS
42-
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
42+
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.EXAMPLE_TESTS_OP_SERVICE_ACCOUNT_TOKEN }}
4343
OP_VAULT_ID: ${{ secrets.EXAMPLE_TESTS_OP_VAULT_ID }}
4444
CIBW_ENVIRONMENT_PASS_LINUX: OP_SERVICE_ACCOUNT_TOKEN, OP_VAULT_ID # to pass in the SA token, for some reason linux doesn't read the env variables
4545

46-
47-
continue-on-error: true
4846
uses: pypa/[email protected]
4947

5048
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)