Skip to content

Commit b5ef4af

Browse files
author
Tatjana Damnjanović
committed
remove
1 parent 9b23099 commit b5ef4af

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ jobs:
1313
SOLVEBIO_API_HOST: ${{ secrets.QUARTZBIO_API_HOST }}
1414
SOLVEBIO_API_KEY: ${{ secrets.QUARTZBIO_API_KEY }}
1515
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"
2616
- name: Checkout repository
2717
uses: actions/checkout@v4
2818
- name: Setup Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)