We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cf643 commit 9935f4dCopy full SHA for 9935f4d
.github/workflows/main.yml
@@ -122,8 +122,8 @@ jobs:
122
push: ${{ github.repository_owner == 'eclipse' && github.event_name == 'push' && github.ref == 'refs/heads/master' }}
123
tags: ${{ steps.meta.outputs.tags }}
124
labels: ${{ steps.meta.outputs.labels }}
125
- secrets: |
126
- "dv-key=${{ secrets.DEVELOCITY_ACCESS_KEY }}"
+ secrets-envs: |
+ "dv-key=DEVELOCITY_ACCESS_KEY"
127
128
save-pr-number:
129
permissions:
0 commit comments