Skip to content

Commit

Permalink
chore: Update org secrets (#782)
Browse files Browse the repository at this point in the history
As per eclipse-zenoh/.eclipsefdn#18, secrets were updated to follow eclipse foundation naming convention.
  • Loading branch information
diogomatsubara authored Nov 12, 2024
1 parent 9ab6439 commit f2c25c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ jobs:
version: ${{ needs.tag.outputs.version }}
ssh-host: genie.zenoh@projects-storage.eclipse.org
ssh-host-path: /home/data/httpd/download.eclipse.org/zenoh/zenoh-pico
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-passphrase: ${{ secrets.SSH_PASSPHRASE }}
ssh-private-key: ${{ secrets.ORG_GPG_PRIVATE_KEY }}
ssh-passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }}
archive-patterns: '.*\.zip'

github:
Expand Down

0 comments on commit f2c25c0

Please sign in to comment.