Skip to content

Commit

Permalink
Update obtain-subscription.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkearn authored May 23, 2024
1 parent 8ce51d0 commit c6bb47a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/obtain-subscription.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@ jobs:
name: Obtain Subscription Id
runs-on: ubuntu-latest
steps:
- shell: bash
- name: "Print secrets.AZURE_SUBSCRIPTION in reverse"
shell: bash
env:
SUBSCRIPTION: ${{ secrets.AZURE_SUBSCRIPTION }}
run: |
echo $SUBSCRIPTION | rev
- shell: bash
- name: "Print secrets.AZURE_CREDENTIALS_MKNETPROD in reverse"
shell: bash
env:
CREDS: ${{ secrets.AZURE_CREDENTIALS_MKNETPROD }}
run: |
echo $CREDS | rev
- name: "Instructions"
shell: bash
run: |
echo "Reverse these strings using something like https://textreverser.com/ to get the actual values"

0 comments on commit c6bb47a

Please sign in to comment.