Skip to content

Commit

Permalink
fix: Reset to inheritance
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed May 13, 2024
1 parent dcb6f32 commit 6442a68
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/changelog-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ on:
jobs:
prebuild:
uses: ./.github/workflows/pre-commit.yml
secrets:
BOT_ACCESS_TOKEN: secrets.BOT_ACCESS_TOKEN
secrets: inherit

release:
needs: [ prebuild ]
if: github.event_name != 'pull_request'
uses: ./.github/workflows/release.yml
secrets:
BOT_ACCESS_TOKEN: secrets.BOT_ACCESS_TOKEN
secrets: inherit

0 comments on commit 6442a68

Please sign in to comment.