Skip to content

Commit

Permalink
fixes the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusgiger committed Dec 19, 2023
1 parent 6046f29 commit 8ff2b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
echo Please generate a Grafana access policy token: https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token
echo Once done please follow the instructions found here: https://github.com/${{github.repository}}/blob/main/README.md#using-github-actions-release-workflow
if: ${{ inputs.policy_token == '' }}
if: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN == '' }}
shell: bash

- name: Sign plugin
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
with:
draft: true
generate_release_notes: true
token: ${{ inputs.token }}
token: ${{ github.token }}
files: |
./${{ steps.metadata.outputs.archive }}
./${{ steps.metadata.outputs.archive-sha1sum }}
Expand Down

0 comments on commit 8ff2b2d

Please sign in to comment.