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 f49bed7 commit 067e269Copy full SHA for 067e269
.github/workflows/reuseable-ci-checks.yml
@@ -483,6 +483,9 @@ jobs:
483
echo "PACKAGES_TOKEN=$PACKAGES_TOKEN" # This should print nothing, it's a secret!
484
485
- name: Trigger workflow in TELBlazor-CodeReport repo
486
+ env:
487
+ PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
488
+ GH_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
489
run: |
490
repo_owner="TechnologyEnhancedLearning"
491
repo_name="TELBlazor-CodeReport"
0 commit comments