Skip to content

Commit

Permalink
chore: moved non-secret env vars to go-env.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
ifree92 committed Jul 23, 2021
1 parent 3c78656 commit 4f0bb25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ jobs:
source go-env.sh
make testacc
env:
NAMECHEAP_USER_NAME: ${{ secrets.NAMECHEAP_USER_NAME }}
NAMECHEAP_API_USER: ${{ secrets.NAMECHEAP_API_USER }}
NAMECHEAP_USER_NAME: ncexampleuser
NAMECHEAP_API_USER: ncexampleuser
NAMECHEAP_TEST_DOMAIN: test-domain.live
NAMECHEAP_USE_SANDBOX: true
NAMECHEAP_API_KEY: ${{ secrets.NAMECHEAP_API_KEY }}
NAMECHEAP_USE_SANDBOX: ${{ secrets.NAMECHEAP_USE_SANDBOX }}
NAMECHEAP_TEST_DOMAIN: ${{ secrets.NAMECHEAP_TEST_DOMAIN }}

stop-runner:
name: Stop self-hosted EC2 runner
Expand Down

0 comments on commit 4f0bb25

Please sign in to comment.