diff --git a/.github/workflows/linux-eic-shell.yml b/.github/workflows/linux-eic-shell.yml
index 50b6163e61b03f0c3f844d818fdc59e34785040b..6461bd9c63327243eb85428ac64dcacf9fd28005 100644
--- a/.github/workflows/linux-eic-shell.yml
+++ b/.github/workflows/linux-eic-shell.yml
@@ -46,3 +46,5 @@ jobs:
           -f target_url=${{ steps.trigger.outputs.web_url }} \
           -f description='The juggler pipelines have been triggered...' \
           -f context='eicweb/juggler'
+      env:
+        GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}