Merge pull request #5 from crazy-max/ci-age-secret

Test age secret
This commit is contained in:
Andrea Luzzardi 2021-06-01 11:47:48 -07:00 committed by GitHub
commit 33c13c68bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ on:
- 'releases/v*'
jobs:
ci:
version:
runs-on: ubuntu-latest
strategy:
fail-fast: false
@ -40,6 +40,21 @@ jobs:
args: up --no-cache
workdir: ./test
age-secret:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Dagger
uses: ./
with:
age-key: ${{ secrets.DAGGER_AGE_KEY_TEST }}
args: up --no-cache
workdir: ./test
install-only:
runs-on: ubuntu-latest
strategy: