Skip to content

Commit

Permalink
fix vars
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Nov 12, 2024
1 parent 3472de6 commit b88bdd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/release/publish-deb-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aws_deb_path="s3://releases-package-repos/deb"

# Add a deb to our apt repo
add_deb(){
alias aws='podman run --rm -it docker.io/paritytech/awscli -e AWS_ACCESS_KEY_ID=${AWS_RELEASE_ACCESS_KEY_ID} -e AWS_SECRET_ACCESS_KEY=${AWS_RELEASE_ACCESS_KEY} -e AWS_BUCKET aws'
alias aws='podman run --rm -it docker.io/paritytech/awscli -e AWS_ACCESS_KEY_ID=${AWS_RELEASE_ACCESS_KEY_ID} -e AWS_SECRET_ACCESS_KEY=${AWS_RELEASE_SECRET_ACCESS_KEY} -e AWS_BUCKET aws'

# Download the current state of the deb repo
aws s3 sync "$aws_deb_path/db" "$local_deb_repo_path/db"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-40_publish-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
AWS_RELEASE_ACCESS_KEY_ID: ${{ secrets.AWS_RELEASE_ACCESS_KEY_ID }}
AWS_RELEASE_ACCESS_KEY: ${{ secrets.AWS_RELEASE_SECRET_ACCESS_KEY }}
AWS_RELEASE_SECRET_ACCESS_KEY: ${{ secrets.AWS_RELEASE_SECRET_ACCESS_KEY }}

steps:
- name: Install pgpkkms
Expand Down

0 comments on commit b88bdd6

Please sign in to comment.