Skip to content

Commit 05a2e48

Browse files
authoredSep 20, 2024··
Migrate to DEVELOCITY_ACCESS_KEY secret for GHA
1 parent 64cc94d commit 05a2e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
build-refname: ${{ inputs.build-refname }}
1818
secrets:
19-
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
19+
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
2020
DOCS_USERNAME: ${{ secrets.DOCS_USERNAME }}
2121
DOCS_HOST: ${{ secrets.DOCS_HOST }}
2222
DOCS_SSH_KEY: ${{ secrets.DOCS_SSH_KEY }}

0 commit comments

Comments
 (0)
Please sign in to comment.