Skip to content

Commit 4068c54

Browse files
committed
[patch] use proper secret for gha
1 parent 874f1c3 commit 4068c54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,14 @@ jobs:
7373
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7474

7575
- name: Install branch-github-actions
76-
if: ${{ github.ref == 'refs/heads/master' }}
7776
uses: actions/checkout@v4
7877
with:
7978
repository: BranchMetrics/branch-github-actions
8079
ref: master
8180
path: .branch-github-actions
82-
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN }}
81+
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }}
8382

8483
- name: Get next release version
85-
if: ${{ github.ref == 'refs/heads/master' }}
8684
uses: actions/github-script@v7
8785
id: next-version
8886
with:

0 commit comments

Comments
 (0)