Skip to content

Commit

Permalink
Change var to secret for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Micene (RHT) committed Nov 11, 2024
1 parent 1a9b44b commit 8a74752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_rhel_bootc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: redhat-actions/podman-login@v1
with:
registry: registry.redhat.io
username: ${{ vars.RHT_REG_SVCUSER }}
username: ${{ secrets.RHT_REG_SVCUSER }}
password: ${{ secrets.RHT_REG_SVCPASS }}
auth_file_path: /run/containers/0/auth.json

Expand Down

0 comments on commit 8a74752

Please sign in to comment.