Skip to content

Commit 973f920

Browse files
committed
Use github actions new variables var for repo location vs secret as it does not need to be masked.
1 parent 4233a04 commit 973f920

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- name: Publish qgds-qol-dist
162162
uses: qld-gov-au/gha-publish-to-git@master
163163
with:
164-
repository: ${{ secrets.TARGET_REPO }}
164+
repository: ${{ vars.TARGET_REPO }}
165165
git_ref: '${{ github.ref }}'
166166
branch: '${{ steps.extract_branch.outputs.branch }}'
167167
github_token: '${{ secrets.GH_TOKEN }}'
@@ -170,10 +170,10 @@ jobs:
170170
tag_branch: main
171171
if: success()
172172

173-
- name: Publish to qgds-qol-cdn
173+
- name: Publish to qld-gov-au/qgds-qol-mvp-cdn
174174
uses: qld-gov-au/gha-cdn-version-tree-by-tag-builder@main
175175
with:
176-
repository: 'qld-gov-au/formio-qld-cdn'
176+
repository: ${{ vars.TARGET_REPO_CDN }}
177177
git_ref: '${{ github.ref }}'
178178
branch: 'release'
179179
github_token: '${{ secrets.GH_TOKEN }}'

0 commit comments

Comments
 (0)