diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot_meta_llama_3_2_3b_instruct.base.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot_meta_llama_3_2_3b_instruct.base.yml index 704c47cad..37abd5d7f 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot_meta_llama_3_2_3b_instruct.base.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot_meta_llama_3_2_3b_instruct.base.yml @@ -1,6 +1,10 @@ name: 'Reusable Test #4 | RAG + CoT | meta-llama/Llama-3.2-3B-Instruct' on: workflow_call: + secrets: + HF_TOKEN: + required: true + description: 'Hugging Face authentication token' inputs: batch_offset: description: 'Starting prompt index offset' @@ -19,7 +23,8 @@ on: jobs: test: uses: ./.github/workflows/test_04.abstract_base.yml - secrets: inherit + secrets: + HF_TOKEN: ${{ secrets.HF_TOKEN }} with: batch_offset: ${{ inputs.batch_offset }} range_name: ${{ inputs.range_name }}