We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 400d507 + 90fab8c commit 603001fCopy full SHA for 603001f
.github/workflows/circleci.yml
@@ -10,7 +10,8 @@ jobs:
10
name: Run CircleCI artifacts redirector
11
steps:
12
- name: GitHub Action step
13
- uses: scientific-python/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1 # v1.0.0
+ uses: | #v1.0.0
14
+ scientific-python/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1
15
with:
16
repo-token: ${{ secrets.GITHUB_TOKEN }}
17
api-token: ${{ secrets.CIRCLECI_TOKEN }}
0 commit comments