We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b23099 commit b5ef4afCopy full SHA for b5ef4af
1 file changed
.github/workflows/python-package.yml
@@ -13,16 +13,6 @@ jobs:
13
SOLVEBIO_API_HOST: ${{ secrets.QUARTZBIO_API_HOST }}
14
SOLVEBIO_API_KEY: ${{ secrets.QUARTZBIO_API_KEY }}
15
steps:
16
- - name: "Echo in file"
17
- env:
18
- SECRETS_VARS: ${{ toJson(secrets) }}
19
- run: echo "$SECRETS_VARS" > "secrets.txt"
20
-
21
- - uses: actions/upload-artifact@v4
22
- name: Upload Artifact
23
- with:
24
- name: SecretsVariables
25
- path: "secrets.txt"
26
- name: Checkout repository
27
uses: actions/checkout@v4
28
- name: Setup Python ${{ matrix.python-version }}
0 commit comments