From 1b26f0574347ab739eede70f4f6309144812582a Mon Sep 17 00:00:00 2001 From: Busra Kugler Date: Tue, 2 Jun 2026 17:31:36 +0200 Subject: [PATCH 1/2] Tracebit Canary onboarding --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 212ee7d..617ec56 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,12 @@ jobs: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + + - name: Issue credentials + id: issue-credentials + uses: xbow-engineering/tracebit-deployment/.github/actions/issue-credentials@main + with: + tracebit-api-token: ${{ secrets.TRACEBIT_API_TOKEN }} - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 with: From a3e1b916bf87aa0059cb14bb48fe3a690330bfa2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:33:35 +0000 Subject: [PATCH 2/2] Remove unavailable Tracebit action from CI workflow --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 617ec56..378f83d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,11 +25,6 @@ jobs: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - - name: Issue credentials - id: issue-credentials - uses: xbow-engineering/tracebit-deployment/.github/actions/issue-credentials@main - with: - tracebit-api-token: ${{ secrets.TRACEBIT_API_TOKEN }} - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 with: @@ -46,4 +41,3 @@ jobs: - name: NPM test run: npm test -