Skip to content

Commit

Permalink
Add parameters to zone file workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erinysong committed Feb 16, 2024
1 parent b36d70d commit 767655c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 29 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/flat.yml

This file was deleted.

Binary file added .github/workflows/gov.zone.txt.gz
Binary file not shown.
8 changes: 7 additions & 1 deletion .github/workflows/update-gov-zone-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
ICANN_PASSWORD: ${{ secrets[env.ICANN_PASSWORD] }}
run: |
chmod +x ../../scripts/download_zone_file.sh
../../scripts/download_zone_file.sh
../../scripts/download_zone_file.sh ${{ secrets[env.ICANN_USERNAME] }} ${{ secrets[env.ICANN_PASSWORD] }}
shell: sh
# Uploads the .gov zone file to Github artifact gov_zone_file
- name: Upload retrieved .gov zone file
uses: actions/upload-artifact@v4
with:
name: gov_zone_file
path: gov.zone.txt.gz

0 comments on commit 767655c

Please sign in to comment.