Skip to content

Commit

Permalink
fix: release ci
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <[email protected]>
  • Loading branch information
g1eny0ung committed Dec 19, 2023
1 parent 8d8ea86 commit 30b47b2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: grafana/plugin-actions/build-plugin@release
# uncomment to enable plugin sign in
#with:
with:
# see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token to generate it
# save the value in your repository secrets
#policy_token: $
#usage of GRAFANA_API_KEY is deprecated prefer policy_token
#grafana_token: $
policy_token: $POLICY_TOKEN

0 comments on commit 30b47b2

Please sign in to comment.