Skip to content

Commit 874f1c3

Browse files
authored
[patch] read in branch-github-actions (#1084)
# Pull Request Template ## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - [ ] Unit test - [ ] Integration test ## JS Budget Check Please mention the size in kb before abd after this PR | Files | Before | After | | ----------- | ----------- | ----------- | | dist/build.js. | | | | dist/build.min.js| | | ## Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules - [ ] I have checked my code and corrected any misspellings ## Mentions: List the person or team responsible for reviewing proposed changes. cc @BranchMetrics/saas-sdk-devs for visibility.
1 parent f930b9b commit 874f1c3

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)