Skip to content

Commit

Permalink
ci: set RHSM envs when building AWS AMIs (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin authored Mar 13, 2024
1 parent 09499d2 commit 5b693bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,5 @@ jobs:
args: runE2e "${{ matrix.os }}" "${{ matrix.buildConfig }}" aws false
env:
GITHUB_TOKEN: ${{ secrets.MESOSPHERECI_USER_TOKEN }}
RHSM_USER: ${{ secrets.RHSM_USER }}
RHSM_PASS: ${{ secrets.RHSM_PASS }}

0 comments on commit 5b693bd

Please sign in to comment.