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 3ceb2e3 commit f4d0aa3Copy full SHA for f4d0aa3
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ permissions: {}
25
jobs:
26
cd:
27
name: CD
28
- uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v3.1.0
+ uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v3.2.0
29
permissions:
30
contents: write
31
id-token: write
.github/workflows/push.yml
@@ -13,7 +13,7 @@ permissions: {}
13
14
ci:
15
name: CI
16
- uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v3.1.0
+ uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v3.2.0
17
18
contents: read
19
0 commit comments