Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spellegrino021 committed Nov 15, 2024
1 parent b38ad34 commit faf4348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/workflows/2022-10-01/WorkflowService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class WorkflowService20221001 {
subscription-id: \${{ secrets.__subscriptionidsecretname__ }}\n`;
const permssions = `permissions:
id-token: write #This is required for requesting the JWT
contents: read\n`;
contents: read #This is required for actions/checkout\n`;
const environment = `environment:
name: '__slotname__'
url: \${{ steps.deploy-to-webapp.outputs.webapp-url }}`;
Expand Down

0 comments on commit faf4348

Please sign in to comment.