We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fa31a commit 82557e0Copy full SHA for 82557e0
1 file changed
.github/workflows/main_primechecker.yml
@@ -14,10 +14,6 @@ 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
@@ -41,10 +37,10 @@ jobs:
41
37
- name: Azure login
42
38
uses: azure/login@v2
43
39
with:
44
- client-id: ${{ secrets.AZURE_CLIENT_ID }}
40
+ auth-type: IDENTITY
45
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
46
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
47
- auth-type: OIDC
+ enable-AzPSSession: true
48
49
- name: 'Run Azure Functions Action'
50
uses: Azure/functions-action@v1
0 commit comments