Skip to content

Commit a199ed5

Browse files
authored
Migrate to DEVELOCITY_ACCESS_KEY secret for GHA
1 parent e311900 commit a199ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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)