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 f5602a7 commit c4717e2Copy full SHA for c4717e2
.github/workflows/wg-easy-pr-validation.yaml
@@ -71,6 +71,9 @@ jobs:
71
- name: Run task ${{ matrix.task }}
72
run: task ${{ matrix.task }}
73
timeout-minutes: 10
74
+ env:
75
+ REPLICATED_API_TOKEN: ${{ secrets.WG_EASY_REPLICATED_API_TOKEN }}
76
+ REPLICATED_APP: ${{ secrets.WG_EASY_REPLICATED_APP }}
77
78
- name: Verify release directory contents
79
if: matrix.task == 'release-prepare'
@@ -123,6 +126,9 @@ jobs:
123
126
124
127
- name: Update dependencies
125
128
run: task dependencies-update
129
130
131
132
133
- name: Lint Helm charts
134
run: |
0 commit comments