Skip to content

Commit

Permalink
Use repository variables for non-sensitive fields (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Sep 13, 2023
1 parent 40b49a0 commit 8cdf917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ jobs:
if: ${{ github.event_name == 'schedule' }}
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
client-id: ${{ vars.AZURE_CLIENT_ID }}
tenant-id: ${{ vars.AZURE_TENANT_ID }}
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
- name: 'Set connection string'
if: ${{ github.event_name == 'schedule' }}
id: set-conn-str
Expand Down

0 comments on commit 8cdf917

Please sign in to comment.