From b7e75864f849ca0ae9dc7b8e71d05d3d661f5384 Mon Sep 17 00:00:00 2001 From: Natalie Lunbeck Date: Mon, 27 Nov 2023 12:09:04 +0000 Subject: [PATCH] feat: Use new integrate-shipyard action --- .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"