Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver authored Mar 27, 2024
1 parent 9032845 commit c91b8e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/reusable-builder-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ on:
secrets:
wayback-ipfs-apikey:
description: 'Managed IPFS credential for distribution binaries.'
wayback-siging-key:
description: 'RPM siging private key.'
wayback-siging-passpharse:
description: 'Passpharse of siging private key.'
wayback-signing-key:
description: 'RPM signing private key.'
wayback-signing-passpharse:
description: 'Passpharse of signing private key.'

permissions:
contents: read
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
- name: Build RPM package
env:
WAYBACK_IPFS_APIKEY: ${{ secrets.wayback-ipfs-apikey }}
WAYBACK_SIGNING_KEY: ${{ secrets.wayback-siging-key }}
WAYBACK_SIGNING_PASSPHARSE: ${{ secrets.wayback-siging-passpharse }}
WAYBACK_SIGNING_KEY: ${{ secrets.wayback-signing-key }}
WAYBACK_SIGNING_PASSPHARSE: ${{ secrets.wayback-signing-passpharse }}
run: bash -c '${{ inputs.params }}'

- name: Upload artifacts
Expand Down

0 comments on commit c91b8e1

Please sign in to comment.