Skip to content

Commit

Permalink
ci: set RHSM envs when building AWS AMIs
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Mar 12, 2024
1 parent d284e94 commit 3206a24
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 @@ -96,3 +96,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 3206a24

Please sign in to comment.