We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a357b36 commit e66ad3fCopy full SHA for e66ad3f
1 file changed
.github/workflows/githubMetrics.yml
@@ -1,4 +1,4 @@
1
-name: Score issues in sync'd Azure DevOps work items
+name: Score Issue
2
3
on:
4
# On issue changes and issue comments, the action will update the
@@ -14,10 +14,20 @@ on:
14
schedule:
15
- cron: '0 0 * * *'
16
17
+permissions:
18
+ id-token: write
19
+ contents: read
20
+
21
jobs:
22
metrics:
- runs-on: ubuntu-latest
- steps:
23
+ runs-on: windows-latest
24
+ steps:
25
+ - name: Azure login
26
+ uses: azure/login@v2
27
+ with:
28
+ client-id: ${{ secrets.AZURE_CLIENT_ID }}
29
+ tenant-id: ${{ secrets.AZURE_TENANT_ID }}
30
+ subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
31
- uses: champnic/Porpoise@main
32
env:
33
GH_PAT: '${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}'
0 commit comments