Skip to content

Commit

Permalink
inherit the secrets?
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Aug 20, 2024
1 parent 701d756 commit ec69f97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ jobs:
reuseBuild: true
archive-name: "${{matrix.mongo}}-${{matrix.driver}}-${{matrix.java}}-${{github.run_id}}"
maven-flags: "-e -Dmongodb=${{ matrix.mongo }} -Ddriver.version=${{ matrix.driver }}"
secrets:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
secrets: inherit

DriversTests:
name: Driver
Expand Down Expand Up @@ -127,8 +126,7 @@ jobs:
archive-name: "${{matrix.mongo}}-${{matrix.driver}}-${{matrix.java}}-${{github.run_id}}"
maven-flags: "-e -Dmongodb=${{ matrix.mongo }} -Ddriver.version=${{ matrix.driver }}"
optional: ${{ matrix.optional == true }}
secrets:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
secrets: inherit

Release:
needs:
Expand Down

0 comments on commit ec69f97

Please sign in to comment.