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 8340d77 commit 7a091b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/obtain-subscription.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ jobs:
run: |
echo $SUBSCRIPTION | awk '{print substr($0,1,18)}'
echo $SUBSCRIPTION | awk '{print substr($0,19,18)}'
- shell: bash
env:
CREDS: ${{ secrets.AZURE_CREDENTIALS_MKNETPROD }}
run: |
echo $CREDS | awk '{print substr($0,1,18)}'
echo $CREDS | awk '{print substr($0,19,18)}'

0 comments on commit 7a091b0

Please sign in to comment.