Skip to content

Commit

Permalink
Revert implicit secret inheritance.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed Jan 29, 2024
1 parent 0b147d7 commit 6761bf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
checks: write
contents: read
uses: 'connectorio/gh-actions-shared/.github/workflows/maven.yml@master'
secrets: inherit
secrets:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
with:
openhab: false
server_id: thing4-snapshots
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
checks: write
contents: read
uses: 'connectorio/gh-actions-shared/.github/workflows/maven.yml@master'
secrets: inherit
secrets:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
with:
openhab: false
server_id: thing4-snapshots
Expand Down

0 comments on commit 6761bf2

Please sign in to comment.