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 dc449de commit ef73d87Copy full SHA for ef73d87
.github/workflows/reuseable-ci-checks.yml
@@ -463,7 +463,7 @@ jobs:
463
name: coverage-report
464
path: coveragereport
465
466
- - name: Debug PACKAGES_TOKEN value (Optional)
+ - name: Debug PACKAGES_TOKEN value (Optional)
467
run: |
468
echo "PACKAGES_TOKEN is set."
469
echo "PACKAGES_TOKEN=$PACKAGES_TOKEN" # This should print nothing, it's a secret!
@@ -484,7 +484,7 @@ jobs:
484
# echo "Artifact URL: $ARTIFACT_URL"
485
# echo "artifact_url=$ARTIFACT_URL" >> $GITHUB_ENV
486
487
- - name: Get artifact location
+ - name: Get artifact location
488
env:
489
PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
490
GH_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
0 commit comments