Skip to content

Commit

Permalink
changed to azure/login action
Browse files Browse the repository at this point in the history
  • Loading branch information
jburns24 committed Apr 28, 2024
1 parent 2a488d8 commit 3f4a06d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ on:

env:
# Setting an environment variable with the value of a configuration variable
APP_NAME: ${{ vars.APP_NAME }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET}}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
# APP_NAME: ${{ vars.APP_NAME }}
# ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
# ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
# ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET}}
# ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
TF_VAR_discord_token: ${{ secrets.DISCORD_TOKEN }}
TF_VAR_clash_token: ${{ secrets.CLASH_TOKEN }}

jobs:
plan:
apply:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -31,9 +31,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

# - uses: azure/login@v1
# with:
# creds: ${{ secrets.AZURE_CREDENTIALS }}
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- uses: alexellis/arkade-get@master
with:
Expand Down

0 comments on commit 3f4a06d

Please sign in to comment.