Skip to content

Commit

Permalink
Migrate to DEVELOCITY_ACCESS_KEY secret for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan authored Sep 20, 2024
1 parent 64cc94d commit 05a2e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
build-refname: ${{ inputs.build-refname }}
secrets:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
DOCS_USERNAME: ${{ secrets.DOCS_USERNAME }}
DOCS_HOST: ${{ secrets.DOCS_HOST }}
DOCS_SSH_KEY: ${{ secrets.DOCS_SSH_KEY }}
Expand Down

0 comments on commit 05a2e48

Please sign in to comment.