Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
persist-credentials: false

- uses: grafana/plugin-actions/bundle-size@v1.0.2
- uses: grafana/plugin-actions/bundle-size@bundle-size/v1.0.2
8 changes: 4 additions & 4 deletions packages/create-plugin/templates/github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Resolve Grafana E2E versions
id: resolve-versions
uses: grafana/plugin-actions/e2e-version@v1.1.2
uses: grafana/plugin-actions/e2e-version@e2e-version/v1.1.2

playwright-tests:
needs: [resolve-versions, build]
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
ANONYMOUS_AUTH_ENABLED=false DEVELOPMENT=false GRAFANA_VERSION=$\{{ matrix.GRAFANA_IMAGE.VERSION }} GRAFANA_IMAGE=$\{{ matrix.GRAFANA_IMAGE.NAME }} docker compose up -d

- name: Wait for grafana server
uses: grafana/plugin-actions/wait-for-grafana@v1.0.2
uses: grafana/plugin-actions/wait-for-grafana@wait-for-grafana/v1.0.2
with:
url: http://localhost:3000/login

Expand All @@ -209,7 +209,7 @@ jobs:
run: {{ packageManagerName }} run e2e

- name: Upload e2e test summary
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@v1.0.1
uses: grafana/plugin-actions/playwright-gh-pages/upload-report-artifacts@upload-report-artifacts/v1.0.1
if: $\{{ always() && !cancelled() }}
with:
upload-report: false
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
# required for playwright-gh-pages
persist-credentials: true
- name: Publish report
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@v1.0.1
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@deploy-report-pages/v1.0.1
with:
github-token: $\{{ secrets.GITHUB_TOKEN }}

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: grafana/plugin-actions/create-plugin-update@v1.1.0
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v1.1.0
# Uncomment to use a fine-grained personal access token instead of default github token
# (For more info on how to generate the token see https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)
# with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "modulets=${MODULETS}" >> $GITHUB_OUTPUT

- name: Compatibility check
uses: grafana/plugin-actions/is-compatible@v1.0.2
uses: grafana/plugin-actions/is-compatible@is-compatible/v1.0.2
with:
module: $\{{ steps.find-module-ts.outputs.modulets }}
comment-pr: "no"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
persist-credentials: false

- uses: grafana/plugin-actions/build-plugin@v1.0.2
- uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.2
# Uncomment to enable plugin signing
# (For more info on how to generate the access policy token see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token)
#with:
Expand Down
Loading