File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
- name : Publish qgds-qol-dist
162
162
uses : qld-gov-au/gha-publish-to-git@master
163
163
with :
164
- repository : ${{ secrets .TARGET_REPO }}
164
+ repository : ${{ vars .TARGET_REPO }}
165
165
git_ref : ' ${{ github.ref }}'
166
166
branch : ' ${{ steps.extract_branch.outputs.branch }}'
167
167
github_token : ' ${{ secrets.GH_TOKEN }}'
@@ -170,10 +170,10 @@ jobs:
170
170
tag_branch : main
171
171
if : success()
172
172
173
- - name : Publish to qgds-qol-cdn
173
+ - name : Publish to qld-gov-au/ qgds-qol-mvp -cdn
174
174
uses : qld-gov-au/gha-cdn-version-tree-by-tag-builder@main
175
175
with :
176
- repository : ' qld-gov-au/formio-qld-cdn '
176
+ repository : ${{ vars.TARGET_REPO_CDN }}
177
177
git_ref : ' ${{ github.ref }}'
178
178
branch : ' release'
179
179
github_token : ' ${{ secrets.GH_TOKEN }}'
You can’t perform that action at this time.
0 commit comments