Skip to content

Commit 1911b2d

Browse files
committed
use dev branch of aps-devops; use main branch for dispatch repo
1 parent 8e93874 commit 1911b2d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-plugin.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ jobs:
2020
steps:
2121
- name: Publish Backstage plugins
2222
id: publish_plugins
23-
uses: bcgov/aps-devops/publish-backstage-plugins@aps-4105-connect-pipelines
23+
uses: bcgov/aps-devops/publish-backstage-plugins@dev
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
dispatch_repo: 'bcgov/csit-developer-portal-poc'
2727
dispatch_ssh_key: ${{ secrets.CSIT_DEVELOPER_PORTAL_SSH_KEY }}
28-
dispatch_branch: 'aps-4105-connect-pipelines'
2928

3029
- name: Show publish outputs
3130
shell: bash

0 commit comments

Comments
 (0)