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 56cea92 commit 2914cecCopy full SHA for 2914cec
.github/workflows/pr.yml
@@ -13,6 +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 }}"
17
DEVELOCITY_ACCESS_KEY: "${{ secrets.DEVELOCITY_ACCESS_KEY }}"
18
DEVELOCITY_API_CACHE_ENABLED: "false"
19
steps:
.github/workflows/publish-library.yml
@@ -26,6 +26,7 @@ jobs:
26
27
28
29
30
31
32
- name: Checkout
0 commit comments