Skip to content

Commit

Permalink
fixing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 10, 2024
1 parent 5347471 commit a85b1b3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/merge-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
with:
package: ${{ matrix.package }}
branch: ${{ github.ref }}
secrets: inherit
strategy:
matrix:
package: ["dbt-athena", "dbt-athena-community"]
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:

integration-tests:
uses: ./.github/workflows/integration-tests.yml
secrets: inherit
permissions:
id-token: write
contents: read
with:
branch: ${{ inputs.branch }}
repository: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +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
results:
name: "Pull request checks"
if: always()
needs:
- code-quality
Expand Down

0 comments on commit a85b1b3

Please sign in to comment.