Skip to content

Commit

Permalink
chore: document that ENCRYPT_KEY and PERSONAL_TOKEN are duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
dpobel committed Nov 19, 2023
1 parent c1712d1 commit a41231c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#! /bin/sh

# ⚠️ ENCRYPT_KEY and PERSONAL_TOKEN are defined in both Actions secrets **and** Dependabot secrets
# so when updating it don't forget to set both.
echo $ENCRYPT_KEY|gpg --batch --yes --passphrase-fd 0 --output ssh/id_ecdsa --decrypt ssh/id_ecdsa.enc
chmod 600 ssh/id_ecdsa

Expand Down

0 comments on commit a41231c

Please sign in to comment.