Skip to content

Commit

Permalink
ci(fix): ensure required vars are passed
Browse files Browse the repository at this point in the history
  • Loading branch information
netr0m committed Apr 8, 2024
1 parent 691abdb commit 148b9f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/configure-ctfd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
name: Configure CTFd
runs-on: ubuntu-latest
environment: ${{ inputs.ENVIRONMENT }}
env:
AZURE_RESOURCE_GROUP: ${{ vars.AZURE_RESOURCE_GROUP }}
AZURE_DNS_NAME: ${{ vars.AZURE_DNS_NAME }}
steps:
- name: Run az login
uses: azure/login@v1
Expand Down Expand Up @@ -60,6 +63,8 @@ jobs:
- name: Configure the CTFd instance
env:
CTF_KEY: ${{ secrets.CTF_KEY }}
COOKIE_SECRET: ${{ secrets.COOKIE_SECRET }}
CTFD_SECRET_KEY: ${{ secrets.CTFD_SECRET_KEY }}
JUICE_FQDN: ${{ vars.JUICE_FQDN }}
CTFD_ADMIN_PASSWORD: ${{ secrets.CTFD_ADMIN_PASSWORD }}
CTF_NAME: ${{ vars.CTF_NAME }}
Expand Down

0 comments on commit 148b9f9

Please sign in to comment.