Skip to content

Commit

Permalink
chore(*): use variable instead of secret for allowed signers
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantasdeveloper committed Jun 10, 2024
1 parent f7a6b5a commit 2707b18
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.MIDDLEWARE_ALLOWED_SIGNERS }}
ALLOWED_SIGNERS: ${{ vars.MIDDLEWARE_ALLOWED_SIGNERS }}
run: |
mkdir -p ~/.ssh
echo $ALLOWED_SIGNERS > ~/.ssh/allowed_signers
Expand Down

0 comments on commit 2707b18

Please sign in to comment.