Skip to content

Commit 830e7d5

Browse files
Prachi Shivanand AnurePrachi Shivanand Anure
authored andcommitted
Revert Dockerfile changes
1 parent aae88d3 commit 830e7d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27+
- name: Export Secrets
28+
run: |
29+
echo "RHSM_PASS=${{ secrets.RHSM_PASS }}" >> $GITHUB_ENV
30+
echo "RHSM_USER=${{ secrets.RHSM_USER }}" >> $GITHUB_ENV
31+
env:
32+
RHSM_PASS: ${{ secrets.RHSM_PASS }}
33+
RHSM_USER: ${{ secrets.RHSM_USER }}
34+
2735
- name: Get commit message
2836
id: get_commit
2937
run: |

0 commit comments

Comments
 (0)