We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5597e0f commit 738e226Copy full SHA for 738e226
.github/workflows/i18n-crowdin-create-tasks.yml
@@ -1,8 +1,5 @@
1
name: Crowdin automatic task management
2
3
-permissions:
4
- contents: read
5
-
6
on:
7
workflow_dispatch:
8
# once a month on the first day of the month at midnight
@@ -11,6 +8,10 @@ on:
11
12
9
jobs:
13
10
create-tasks-in-crowdin:
14
- uses: grafana/grafana-github-actions/.github/workflows/crowdin-create-tasks.yml@main
+ uses: grafana/grafana-github-actions/.github/workflows/crowdin-create-tasks.yml@9fcaf3ce23a43128b51a0120968e0f0d25298cf5
15
with:
16
crowdin_project_id: 36
+
+ permissions:
+ contents: read
17
+ id-token: write # needed to get vault secrets
0 commit comments