Browse Source

Pass secret to docker-compose

pull/740/head
Tim Kimber 6 years ago
parent
commit
273a53afd6
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/run-all-tests.yml

+ 2
- 0
.github/workflows/run-all-tests.yml View File

@ -12,6 +12,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Build the docker-compose stack - name: Build the docker-compose stack
env:
DUCKDNS_TOKEN: ${{ secrets.DUCKDNS_TOKEN }}
run: docker-compose up -d --build run: docker-compose up -d --build
- name: Run test suite - name: Run test suite
run: test/run-all-tests.sh run: test/run-all-tests.sh

Loading…
Cancel
Save