Skip to content

Commit

Permalink
Plugin github-release: inject the secret as an env var (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: 6543 <6543@obermui.de>
  • Loading branch information
pat-s and 6543 committed Oct 27, 2023
1 parent 84ab0aa commit 4ab2a3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .woodpecker/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,12 @@ steps:
event: tag

release-binarys:
image: woodpeckerci/plugin-github-release:next
image: woodpeckerci/plugin-github-release:1.1.0
secrets: [github_token]
settings:
files:
- release/*
title: ${CI_COMMIT_TAG##v}
api_key:
from_secret: github_token
when:
event: tag

Expand Down

0 comments on commit 4ab2a3a

Please sign in to comment.