Skip to content

Commit

Permalink
ci: Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-mu committed Apr 29, 2024
1 parent 4dc8287 commit ffef64e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
# - uses: grafana/plugin-actions/build-plugin@release
# with:
# grafana_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
env:
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
steps:
- name: Sign plugin
run: npm run sign
shell: bash
if: ${GRAFANA_ACCESS_POLICY_TOKEN} != '' # https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow
env:
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
if: $GRAFANA_ACCESS_POLICY_TOKEN != '' # https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow

- name: Get plugin metadata
id: metadata
Expand Down

0 comments on commit ffef64e

Please sign in to comment.