mirror of
https://github.com/dagger/dagger-for-github.git
synced 2025-12-31 12:49:46 +11:00
GitHub Action for Dagger
https://github.com/marketplace/actions/dagger-for-github
Signed-off-by: Kyle Penfound <kyle@dagger.io> Signed-off-by: Jeremy Adams <jeremy@dagger.io> Co-authored-by: Jeremy Adams <jeremy@dagger.io> |
||
|---|---|---|
| action.yml | ||
| LICENSE | ||
| README.md | ||
dagger-for-github
Github action to run Dagger
- name: Dagger
uses: dagger/dagger-for-github@v5
with:
module: github.com/kpenfound/greetings-api/ci
args: ci --commit $GITHUB_SHA
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
or with more options:
- name: Dagger
uses: dagger/dagger-for-github@v5
with:
module: github.com/kpenfound/greetings-api/ci
args: ci --commit $GITHUB_SHA
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.9.3"
verb: call