Skip to content

Commit

Permalink
refactor: 💡 rename secret to MIDDLEWARE_ALLOWED_SIGNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantasdeveloper committed Jun 7, 2024
1 parent 7858460 commit 290fa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/authenticate-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Import allowed SSH keys
env:
ALLOWED_SIGNERS: ${{ secrets.ALLOWED_SIGNERS }}
ALLOWED_SIGNERS: ${{ secrets.MIDDLEWARE_ALLOWED_SIGNERS }}
run: |
mkdir -p ~/.ssh
echo $ALLOWED_SIGNERS > ~/.ssh/allowed_signers
Expand Down

0 comments on commit 290fa75

Please sign in to comment.