File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -463,8 +463,15 @@ jobs:
463463 name : coverage-report
464464 path : coveragereport
465465
466-
466+ - 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!
470+
467471 - name : Get artifact location
472+ env :
473+ PACKAGES_TOKEN : ${{ secrets.PACKAGES_TOKEN }}
474+ GH_TOKEN : ${{ secrets.PACKAGES_TOKEN }}
468475 run : |
469476 # Get the artifact list for the current workflow run
470477 ARTIFACT_LIST=$(gh api "repos/TechnologyEnhancedLearning/TELBlazor/actions/runs/${GITHUB_RUN_ID}/artifacts")
@@ -477,10 +484,7 @@ jobs:
477484 echo "Artifact URL: $ARTIFACT_URL"
478485 echo "artifact_url=$ARTIFACT_URL" >> $GITHUB_ENV
479486
480- - name : Debug PACKAGES_TOKEN value (Optional)
481- run : |
482- echo "PACKAGES_TOKEN is set."
483- echo "PACKAGES_TOKEN=$PACKAGES_TOKEN" # This should print nothing, it's a secret!
487+
484488
485489 - name : Trigger workflow in TELBlazor-CodeReport repo
486490 env :
You can’t perform that action at this time.
0 commit comments