Skip to content

Commit

Permalink
Merge pull request #34 from propeller-heads/INFRA-125-Prepare-reposit…
Browse files Browse the repository at this point in the history
…ories-to-become-public

chore: INFRA-125 - Prepare repositories to become public
  • Loading branch information
kvvit authored Nov 5, 2024
2 parents 4c56efc + ca84b80 commit 12839c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release_wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
secrets:
app_id: ${{ secrets.APP_ID }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
role_to_assume: ${{ secrets.ROLE_TO_ASSUME }}
domain_owner: ${{ secrets.DOMAIN_OWNER }}
aws_region: ${{ secrets.AWS_REGION }}
with:
runs_on: 'ubuntu-latest'
yum_packages: "pkgconfig openssl-devel"
Expand All @@ -47,6 +50,9 @@ jobs:
secrets:
app_id: ${{ secrets.APP_ID }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
role_to_assume: ${{ secrets.ROLE_TO_ASSUME }}
domain_owner: ${{ secrets.DOMAIN_OWNER }}
aws_region: ${{ secrets.AWS_REGION }}
with:
runs_on: 'macos-latest'
package_root: "tycho_simulation_py"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/v2-validate-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
secrets:
app_id: ${{ secrets.APP_ID }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}

0 comments on commit 12839c0

Please sign in to comment.