Skip to content

Commit

Permalink
Edit environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
erinysong committed Feb 20, 2024
1 parent f691f69 commit cc55dc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-gov-zone-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download gov.txt.gz
env:
ICANN_USERNAME: ${{ secrets[ICANN_USERNAME] }}
ICANN_PASSWORD: ${{ secrets[ICANN_PASSWORD] }}
env:
ICANN_USERNAME: ${{ secrets.ICANN_USERNAME }}
ICANN_PASSWORD: ${{ secrets.ICANN_PASSWORD }}
run: |
chmod +x ./scripts/download_zone_file.sh
./scripts/download_zone_file.sh ${{ secrets[env.ICANN_USERNAME] }} ${{ secrets[env.ICANN_PASSWORD] }}
Expand Down

0 comments on commit cc55dc5

Please sign in to comment.