Skip to content

Commit 9935f4d

Browse files
authored
Fix passing develocity secret to docker build action
1 parent 54cf643 commit 9935f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122
push: ${{ github.repository_owner == 'eclipse' && github.event_name == 'push' && github.ref == 'refs/heads/master' }}
123123
tags: ${{ steps.meta.outputs.tags }}
124124
labels: ${{ steps.meta.outputs.labels }}
125-
secrets: |
126-
"dv-key=${{ secrets.DEVELOCITY_ACCESS_KEY }}"
125+
secrets-envs: |
126+
"dv-key=DEVELOCITY_ACCESS_KEY"
127127
128128
save-pr-number:
129129
permissions:

0 commit comments

Comments
 (0)