Skip to content

Commit

Permalink
github: actions: fix path to scripts in publish-delegations.yml
Browse files Browse the repository at this point in the history
The issue was a missing -repo in the name of the script

Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Jul 16, 2024
1 parent 4088516 commit 56818b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-delegations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Create delegation files
run: |
/usr/bin/create-delegations-from-ostree.py
create-delegations-from-ostree-repo.py
- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand All @@ -33,5 +33,5 @@ jobs:
run: |
printf '%s' "$PUBKEY" > "$SIGNING_PUBKEY"
printf '%s' "$PRIVKEY" > "$SIGNING_PRIVKEY"
/usr/bin/sign-and-push-delegations.sh
sign-and-push-delegations.sh
rm -rf "$SIGNING_PRIVKEY" "$SIGNING_PUBKEY"

0 comments on commit 56818b5

Please sign in to comment.