Skip to content

Commit

Permalink
Merge pull request #16 from kpenfound/update_gha_workflow
Browse files Browse the repository at this point in the history
update gha to use checkout
  • Loading branch information
kpenfound committed May 24, 2024
2 parents 08fc0ae + dd422e6 commit 502ef5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dagger
uses: kpenfound/dagger-action@main
uses: dagger/dagger-for-github@v5
with:
args: all --source https://github.com/kpenfound/greetings-api\#${GITHUB_REF_NAME} --release --tag $GITHUB_REF_NAME --infisical-token ${{ secrets.INFISICAL_TOKEN }} --infisical-project 6545b34313c9b9239b0f7183
module: github.com/kpenfound/greetings-api
args: all --source . --release --tag $GITHUB_REF_NAME --infisical-token ${{ secrets.INFISICAL_TOKEN }} --infisical-project 6545b34313c9b9239b0f7183
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.10.2"
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dagger
uses: kpenfound/dagger-action@main
uses: dagger/dagger-for-github@v5
with:
args: all --source https://github.com/kpenfound/greetings-api\#${GITHUB_REF_NAME}
module: github.com/kpenfound/greetings-api
args: all --source .
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}

0 comments on commit 502ef5e

Please sign in to comment.