Skip to content

Commit

Permalink
update run_pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Jan 10, 2025
1 parent b163cc8 commit 3f4677c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,17 @@ env:

jobs:
run_pipeline:
name: >
Run Pipeline: ${{ env.PIPELINE_NAME }}
name: Run Pipeline
runs-on: ubuntu-latest
# Add "id-token" with the intended permissions.
permissions:
contents: 'read'
id-token: 'write'

steps:
- name: Echo Pipeline Name
run: echo "Running ${{ env.PIPELINE_NAME }}"

# actions/checkout MUST come before auth action
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3f4677c

Please sign in to comment.