We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c6ef8 commit bf82dffCopy full SHA for bf82dff
.github/workflows/azure-dev.yaml
@@ -10,6 +10,12 @@ on:
10
- v*.*.*
11
workflow_dispatch:
12
13
+# Set up permissions for deploying with secretless Azure federated credentials
14
+# https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-portal%2Clinux#set-up-azure-login-with-openid-connect-authentication
15
+permissions:
16
+ id-token: write
17
+ contents: read
18
+
19
jobs:
20
changes-detection:
21
runs-on: ubuntu-latest
0 commit comments