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 478e615 commit a11b9a7Copy full SHA for a11b9a7
.github/workflows/ci.yml
@@ -159,6 +159,8 @@ jobs:
159
- name: Publish staged artifacts to Central
160
if: ${{ steps.deploy-location.outputs.deploy_location == 'central' }}
161
uses: spring-io/central-publish-action@f4011b13b62eccc4db5f7e0fb4bdf37b4b80750f # v0.2.0
162
+ env:
163
+ ACTION_STEPS_DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG }}
164
with:
165
token-name: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
166
token: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
0 commit comments