Skip to content

Commit

Permalink
Fix GPG password
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jun 15, 2023
1 parent 50f61b0 commit e7d7730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/finishReleaseCycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- uses: Expensify/App/.github/actions/composite/setupGitForOSBotify@main
with:
GPG_PASSPHRASE: ${{ inputs.GPG_PASSPHRASE }}
GPG_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}

- name: Update production branch
run: |
Expand Down

0 comments on commit e7d7730

Please sign in to comment.