Skip to content

Commit 3e54b2f

Browse files
committed
feat(button): in the meantime
1 parent 067e269 commit 3e54b2f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/reuseable-ci-checks.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)