We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a741f6 commit 4f142abCopy full SHA for 4f142ab
.github/workflows/validate.yml
@@ -103,11 +103,11 @@ jobs:
103
echo "Integration tests completed successfully!"
104
105
- name: Example Test
106
- env:
107
- OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
108
- OP_VAULT_ID: ${{ secrets.TEST_SERVICE_ACCOUNT_VAULT_ID }}
109
- run: |
110
- python example/example.py
+ env:
+ OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
+ OP_VAULT_ID: ${{ secrets.TEST_SERVICE_ACCOUNT_VAULT_ID }}
+ run: |
+ python example/example.py
111
112
113
echo "Example file ran successfully!"
0 commit comments