Skip to content

Commit

Permalink
use inputs instead of env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
oarbusi committed May 7, 2024
1 parent 383cec7 commit 3fd5879
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-script-and-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ jobs:
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.gpg_private_key }}
passphrase: ${{ secrets.passphrase }}
git_user_signingkey: true
git_commit_gpgsign: true
env:
GPG_PRIVATE_KEY: ${{ secrets.gpg_private_key }}
PASSPHRASE: ${{ secrets.passphrase }}

- name: Commit changes
run: |
Expand Down

0 comments on commit 3fd5879

Please sign in to comment.