Skip to content

Commit

Permalink
put secrets: inherit on the right workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad committed Mar 20, 2024
1 parent a03d6d7 commit a373fb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI

on:
push:
tags-ignore: * # Don't build when a tag is created
pull_request:
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ jobs:
publish:
name: Publish Package
uses: DbUp/Universe/.github/workflows/publish-release.yml@reusable
secrets: inherit
3 changes: 1 addition & 2 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ on:
jobs:
report:
name: Test Report 🧪
uses: DbUp/Universe/.github/workflows/test-report.yml@reusable
secrets: inherit
uses: DbUp/Universe/.github/workflows/test-report.yml@reusable

0 comments on commit a373fb6

Please sign in to comment.