From e421933c6722fc101b5239569b67d383e1c2fcb3 Mon Sep 17 00:00:00 2001 From: Tyler Jang Date: Tue, 3 Sep 2024 10:53:57 -0700 Subject: [PATCH] fix names --- .github/actions/action_tests/action.yaml | 2 +- .github/actions/linter_tests/action.yaml | 2 +- .github/actions/tool_tests/action.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/action_tests/action.yaml b/.github/actions/action_tests/action.yaml index ec3ba71eb..faac5b6c3 100644 --- a/.github/actions/action_tests/action.yaml +++ b/.github/actions/action_tests/action.yaml @@ -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 diff --git a/.github/actions/linter_tests/action.yaml b/.github/actions/linter_tests/action.yaml index 81a9c9f7f..43bc45381 100644 --- a/.github/actions/linter_tests/action.yaml +++ b/.github/actions/linter_tests/action.yaml @@ -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 diff --git a/.github/actions/tool_tests/action.yaml b/.github/actions/tool_tests/action.yaml index 795670be7..598f8c7cd 100644 --- a/.github/actions/tool_tests/action.yaml +++ b/.github/actions/tool_tests/action.yaml @@ -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