Skip to content

Commit

Permalink
(Fix): Use correct token input name (#862)
Browse files Browse the repository at this point in the history
I broke this a couple months ago when I removed CI Debugger. We were
getting non-fatal
[errors](https://github.com/trunk-io/plugins/actions/runs/10687539115/job/29625379323)
`Missing trunk api token` for staging uploads
  • Loading branch information
TylerJang27 authored Sep 3, 2024
1 parent c223749 commit 4edf931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/action_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
with:
junit-paths: junit.xml
org-slug: trunk-staging-org
token: ${{ inputs.trunk-token }}
token: ${{ inputs.trunk-staging-token }}
continue-on-error: true
env:
TRUNK_PUBLIC_API_ADDRESS: https://api.trunk-staging.io
2 changes: 1 addition & 1 deletion .github/actions/linter_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ runs:
with:
junit-paths: junit.xml
org-slug: trunk-staging-org
token: ${{ inputs.trunk-token }}
token: ${{ inputs.trunk-staging-token }}
continue-on-error: true
env:
TRUNK_PUBLIC_API_ADDRESS: https://api.trunk-staging.io
2 changes: 1 addition & 1 deletion .github/actions/tool_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runs:
with:
junit-paths: junit.xml
org-slug: trunk-staging-org
token: ${{ inputs.trunk-token }}
token: ${{ inputs.trunk-staging-token }}
continue-on-error: true
env:
TRUNK_PUBLIC_API_ADDRESS: https://api.trunk-staging.io

0 comments on commit 4edf931

Please sign in to comment.