Skip to content

Commit

Permalink
pass secrets to reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 10, 2024
1 parent 3e5cad2 commit b625ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/merge-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
package: ${{ matrix.package }}
branch: ${{ github.ref }}
secrets: inherit
strategy:
matrix:
package: ["dbt-athena", "dbt-athena-community"]
3 changes: 2 additions & 1 deletion .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ jobs:
package: ${{ matrix.package }}
branch: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
secrets: inherit
strategy:
matrix:
package: ["dbt-athena", "dbt-athena-community"]

# This job does nothing and is only used for branch protection
pull-request-checks:
results:
if: always()
needs:
- code-quality
Expand Down

0 comments on commit b625ec9

Please sign in to comment.