Skip to content

Commit 7bb8881

Browse files
committed
[patch] read in branch-github-actions
1 parent f930b9b commit 7bb8881

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ jobs:
7272
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
7373
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7474

75+
- name: Install branch-github-actions
76+
if: ${{ github.ref == 'refs/heads/master' }}
77+
uses: actions/checkout@v4
78+
with:
79+
repository: BranchMetrics/branch-github-actions
80+
ref: master
81+
path: .branch-github-actions
82+
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN }}
83+
7584
- name: Get next release version
7685
if: ${{ github.ref == 'refs/heads/master' }}
7786
uses: actions/github-script@v7

0 commit comments

Comments
 (0)