From 8151eadf6cc8a2ab353dafff447dfffbfb0f1a1d Mon Sep 17 00:00:00 2001 From: Natalie Lunbeck Date: Tue, 2 Jan 2024 13:09:04 -0800 Subject: [PATCH] feat: Use new integrate-shipyard action (#3) --- .github/workflows/print-env-data.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/print-env-data.yml b/.github/workflows/print-env-data.yml index fb733f9..177854e 100644 --- a/.github/workflows/print-env-data.yml +++ b/.github/workflows/print-env-data.yml @@ -6,9 +6,9 @@ jobs: name: Fetch Shipyard Vars steps: - name: Checkout - uses: actions/checkout@v2 - - name: Fetch Shipyard Environment - uses: shipyard/github-action/fetch-shipyard-env@1.0.0 + uses: actions/checkout@v3 + - name: Integrate Shipyard + uses: shipyard/shipyard-action@1.0.0 with: api-token: ${{ secrets.SHIPYARD_API_TOKEN }} timeout-minutes: "10"