Skip to content

Commit 6ec4729

Browse files
committed
Refactor deploy.yml to remove unused federated token
1 parent 7b9b6d6 commit 6ec4729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
client-id: ${{ secrets.AZURE_CLIENT_ID }}
2424
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
2525
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
26-
federated-token: ${{ secrets.GITHUB_TOKEN }}
26+
2727

2828
- name: Deploy Bicep file
2929
run: |

0 commit comments

Comments
 (0)