Skip to content

Commit

Permalink
fixed run command in octodns sync worfkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abachleda-baca committed Oct 17, 2024
1 parent 74e7be5 commit af8c830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/octodns-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run OctoDNS sync
run: |
pipenv make sync-apply
pipenv run make sync-apply
env:
AWS_ACCESS_KEY_ID: ${{ secrets.OCTODNS_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.OCTODNS_AWS_SECRET_ACCESS_KEY }}

0 comments on commit af8c830

Please sign in to comment.