We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f943c5b commit 42e4b9fCopy full SHA for 42e4b9f
.github/workflows/ci-checkpoints.yml
@@ -15,7 +15,7 @@ on:
15
16
jobs:
17
try-legacy-checkpoints:
18
- if: false # FIXME: this is not working suddenly, Unrecognized named-value: 'secrets'
+ if: false # FIXME: this is not working suddenly, Unrecognized named-value: 'secrets'
19
uses: ./.github/workflows/_legacy-checkpoints.yml
20
with:
21
push_to_s3: false
.github/workflows/release-pkg.yml
@@ -179,7 +179,6 @@ jobs:
179
180
pkg-folder: dist/${{ steps.folder.outputs.pkg }}
181
pypi-token: ${{ secrets[format('PYPI_TOKEN_{0}', matrix.name)] }}
182
-
183
# FIXME: this is not working suddenly, Unrecognized named-value: 'secrets'
184
# legacy-checkpoints:
185
# needs: [build-packages]
0 commit comments