Skip to content

Commit

Permalink
feat: Use new integrate-shipyard action
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeck415 authored Nov 27, 2023
1 parent fa39fdd commit 98b4cab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/print-env-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 98b4cab

Please sign in to comment.