There was an error while loading. Please reload this page.
1 parent 8e93874 commit 1911b2dCopy full SHA for 1911b2d
1 file changed
.github/workflows/publish-plugin.yml
@@ -20,12 +20,11 @@ jobs:
20
steps:
21
- name: Publish Backstage plugins
22
id: publish_plugins
23
- uses: bcgov/aps-devops/publish-backstage-plugins@aps-4105-connect-pipelines
+ uses: bcgov/aps-devops/publish-backstage-plugins@dev
24
with:
25
token: ${{ secrets.GITHUB_TOKEN }}
26
dispatch_repo: 'bcgov/csit-developer-portal-poc'
27
dispatch_ssh_key: ${{ secrets.CSIT_DEVELOPER_PORTAL_SSH_KEY }}
28
- dispatch_branch: 'aps-4105-connect-pipelines'
29
30
- name: Show publish outputs
31
shell: bash
0 commit comments