Skip to content

Commit c4717e2

Browse files
committed
set up repo secrets
1 parent f5602a7 commit c4717e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wg-easy-pr-validation.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
- name: Run task ${{ matrix.task }}
7272
run: task ${{ matrix.task }}
7373
timeout-minutes: 10
74+
env:
75+
REPLICATED_API_TOKEN: ${{ secrets.WG_EASY_REPLICATED_API_TOKEN }}
76+
REPLICATED_APP: ${{ secrets.WG_EASY_REPLICATED_APP }}
7477

7578
- name: Verify release directory contents
7679
if: matrix.task == 'release-prepare'
@@ -123,6 +126,9 @@ jobs:
123126

124127
- name: Update dependencies
125128
run: task dependencies-update
129+
env:
130+
REPLICATED_API_TOKEN: ${{ secrets.WG_EASY_REPLICATED_API_TOKEN }}
131+
REPLICATED_APP: ${{ secrets.WG_EASY_REPLICATED_APP }}
126132

127133
- name: Lint Helm charts
128134
run: |

0 commit comments

Comments
 (0)