Skip to content

Commit

Permalink
ci: drop GPG passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Oct 24, 2024
1 parent a90aa58 commit c23c10a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Generate CNAME
run: |
Expand Down

0 comments on commit c23c10a

Please sign in to comment.