Skip to content

Commit 738e226

Browse files
authored
Chore: Update Crowdin workflow to specific commit and permissions (#390)
Updated the Crowdin task management workflow to use a specific commit SHA and added permissions for id-token.
1 parent 5597e0f commit 738e226

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Crowdin automatic task management
22

3-
permissions:
4-
contents: read
5-
63
on:
74
workflow_dispatch:
85
# once a month on the first day of the month at midnight
@@ -11,6 +8,10 @@ on:
118

129
jobs:
1310
create-tasks-in-crowdin:
14-
uses: grafana/grafana-github-actions/.github/workflows/crowdin-create-tasks.yml@main
11+
uses: grafana/grafana-github-actions/.github/workflows/crowdin-create-tasks.yml@9fcaf3ce23a43128b51a0120968e0f0d25298cf5
1512
with:
1613
crowdin_project_id: 36
14+
15+
permissions:
16+
contents: read
17+
id-token: write # needed to get vault secrets

0 commit comments

Comments
 (0)