Skip to content

Commit

Permalink
feat: Use new integrate-shipyard action (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeck415 authored Jan 2, 2024
1 parent b294fe9 commit f182d65
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 f182d65

Please sign in to comment.