Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
environment: metrics
permissions:
contents: write
issues: read
pull-requests: read
env:
metrics_svg: metrics/plugin/metrics.svg
repositories_metrics_svg: metrics/plugin/repositories_metrics.svg
Expand All @@ -35,21 +37,21 @@ jobs:
- uses: lowlighter/metrics@65836723097537a54cd8eb90f61839426b4266b6
with:
filename: ${{ env.metrics_svg }}
token: ${{ secrets.ORG_TOKEN }}
token: ${{ github.token }}
user: ${{ github.repository_owner }}
Comment thread
ss-o marked this conversation as resolved.
committer_branch: metrics
base: header
- uses: lowlighter/metrics@65836723097537a54cd8eb90f61839426b4266b6
with:
filename: ${{ env.repositories_metrics_svg }}
token: ${{ secrets.ORG_TOKEN }}
token: ${{ github.token }}
user: ${{ github.repository_owner }}
committer_branch: metrics
base: repositories
- uses: lowlighter/metrics@65836723097537a54cd8eb90f61839426b4266b6
with:
filename: ${{ env.stargazers_worldmap_svg }}
token: ${{ secrets.ORG_TOKEN }}
token: ${{ github.token }}
base: ""
user: ${{ github.repository_owner }}
committer_branch: metrics
Expand All @@ -60,7 +62,7 @@ jobs:
- uses: lowlighter/metrics@65836723097537a54cd8eb90f61839426b4266b6
with:
filename: ${{ env.followup_svg }}
token: ${{ secrets.ORG_TOKEN }}
token: ${{ github.token }}
base: ""
user: ${{ github.repository_owner }}
committer_branch: metrics
Expand All @@ -70,7 +72,7 @@ jobs:
with:
filename: ${{ env.zi_followup_svg }}
template: repository
token: ${{ secrets.ORG_TOKEN }}
token: ${{ github.token }}
user: ${{ github.repository_owner }}
base: header, activity,community,repositories
committer_branch: metrics
Expand All @@ -80,7 +82,7 @@ jobs:
with:
filename: ${{ env.wiki_followup_svg }}
template: repository
token: ${{ secrets.ORG_TOKEN }}
token: ${{ github.token }}
user: ${{ github.repository_owner }}
base: header, activity,community,repositories
committer_branch: metrics
Expand All @@ -90,7 +92,7 @@ jobs:
with:
filename: ${{ env.f-sy-h_followup_svg }}
template: repository
token: ${{ secrets.ORG_TOKEN }}
token: ${{ github.token }}
user: ${{ github.repository_owner }}
base: header, activity,community,repositories
committer_branch: metrics
Expand Down