Skip to content

Commit 2e6941f

Browse files
committed
pass sa token to linux
1 parent 028d32b commit 2e6941f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ 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+
CIBW_ENVIRONMENT_PASS_LINUX: OP_SERVICE_ACCOUNT_TOKEN # to pass in the SA token, for some reason linux doesn't read the env variables
4243
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
4344
continue-on-error: true
4445
uses: pypa/[email protected]

0 commit comments

Comments
 (0)