Skip to content

Commit

Permalink
fix: pass on the secret (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeerivers authored Mar 1, 2024
1 parent 01fe85b commit c6d0d29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
release_created:
description: "Whether or not a release was created"
value: ${{ jobs.release-please.outputs.release_created }}
secrets:
HEDIA_BOT_GITHUB_PAT:
description: Needed to run release-please
required: true

permissions:
contents: write
Expand Down

0 comments on commit c6d0d29

Please sign in to comment.