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 a4545bf commit cc0d270Copy full SHA for cc0d270
.github/workflows/on-push.yaml
@@ -20,6 +20,9 @@ jobs:
20
- name: Vault Login
21
run: |
22
./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
23
+ - name: Inject environment variables
24
+ run: |
25
+ /scripts/ci env prepareGitHub
26
- name: Perform housekeeping checks
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -82,6 +85,9 @@ jobs:
82
85
83
86
84
87
88
89
90
91
- name: Publish development version
92
93
0 commit comments