Skip to content

Commit

Permalink
fix: gpg key usage in deb repo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Jul 16, 2024
1 parent 5e8217f commit cf56cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-deb-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
repository: ceramicnetwork/debian-repo
token: ${{ secrets.GH_TOKEN_PAT }}
- name: Update Deb Repo
working-directory: repo
working-directory: debian-repo
env:
GPG_PASSPHRASE: ${{ secrets.REPO_GPG_PASSPHRASE }}
run: |
Expand Down

0 comments on commit cf56cd1

Please sign in to comment.