Test age secret

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-06-01 20:42:25 +02:00
parent 559f0e73bf
commit 92c32f12ef
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

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: