Skip to content

Commit

Permalink
Merge pull request #370 from WilhelmusLab/fix-trigger-format
Browse files Browse the repository at this point in the history
fix: format of input for token

test to see if trigger runs okay
  • Loading branch information
tdivoll authored Apr 4, 2024
2 parents 8f605cb + 2f36842 commit 244f21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-docker-julia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
owner: WilhelmusLab
repo: ice-floe-tracker-pipeline
github-token: ${{ secrets.TRIGGER_PAT }}
github_token: ${{ secrets.TRIGGER_PAT }}
workflow_file_name: build-docker-julia.yml
ref: main
wait_interval: 30
Expand Down

0 comments on commit 244f21b

Please sign in to comment.