We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13681c5 commit c5fa31aCopy full SHA for c5fa31a
1 file changed
.github/workflows/main_primechecker.yml
@@ -14,6 +14,10 @@ env:
14
PACKAGE_DIRECTORY: '.' # set this to the directory which contains pom.xml file
15
JAVA_VERSION: '21' # set this to the java version to use
16
17
+permissions:
18
+ id-token: write
19
+ contents: read
20
+
21
jobs:
22
build-and-deploy:
23
runs-on: ubuntu-latest
@@ -40,6 +44,7 @@ jobs:
40
44
client-id: ${{ secrets.AZURE_CLIENT_ID }}
41
45
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
42
46
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
47
+ auth-type: OIDC
43
48
49
- name: 'Run Azure Functions Action'
50
uses: Azure/functions-action@v1
0 commit comments