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 5d7c404 commit 4c8d2a7Copy full SHA for 4c8d2a7
.github/workflows/pr.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
env:
15
DEVELOCITY_API_URL: "${{ vars.DEVELOCITY_API_URL }}"
16
- DEVELOCITY_API_TOKEN: "${{ secrets.DEVELOCITY_API_TOKEN }}"
+ DEVELOCITY_ACCESS_KEY: "${{ secrets.DEVELOCITY_ACCESS_KEY }}"
17
DEVELOCITY_API_CACHE_ENABLED: "false"
18
steps:
19
- name: Checkout
.github/workflows/publish-library.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
uses: actions/checkout@v5
0 commit comments