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 a1e72d6 commit 8a7cefeCopy full SHA for 8a7cefe
.github/workflows/u24_element_release_call.yaml
@@ -17,6 +17,7 @@ jobs:
17
secrets:
18
TWINE_USERNAME: ${{secrets.TWINE_TEST_USERNAME}}
19
TWINE_PASSWORD: ${{secrets.TWINE_TEST_PASSWORD}}
20
+ GOOGLE_ANALYTICS_KEY: ${{secrets.GOOGLE_ANALYTICS_KEY}}
21
call_u24_elements_release_alpine:
22
if: >-
23
github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'datajoint' && !contains(github.event.workflow_run.head_branch, 'test')
@@ -26,3 +27,4 @@ jobs:
26
27
28
TWINE_USERNAME: ${{secrets.TWINE_USERNAME}}
29
TWINE_PASSWORD: ${{secrets.TWINE_PASSWORD}}
30
0 commit comments