Skip to content

Commit

Permalink
Added credentials for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nenad0707 committed May 31, 2024
1 parent 31a6b3b commit 624b1f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Sign in to Azure
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Build application
run: dotnet build --configuration Release
- name: Publish application
Expand Down

0 comments on commit 624b1f4

Please sign in to comment.