diff --git a/tekton-task-templates/drupal_operation_job.yaml b/tekton-task-templates/drupal_operation_job.yaml
index b9fb1656902f6e050a0cdc58c9fd91b626162295..c04484b931136771cf9c2b648ffa57a029594782 100644
--- a/tekton-task-templates/drupal_operation_job.yaml
+++ b/tekton-task-templates/drupal_operation_job.yaml
@@ -24,6 +24,8 @@ spec:
         envFrom:
         - secretRef:
             name: dbcredentials-$DRUPALSITE
+        - secretRef:
+            name: oidc-client-secret
         image: $SERVING_POD_IMAGE
         imagePullPolicy: Always
         name: taskrun