Skip to content

Commit

Permalink
[patch] use proper secret for gha
Browse files Browse the repository at this point in the history
  • Loading branch information
bredmond5 committed Nov 7, 2024
1 parent 874f1c3 commit 4068c54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,14 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Install branch-github-actions
if: ${{ github.ref == 'refs/heads/master' }}
uses: actions/checkout@v4
with:
repository: BranchMetrics/branch-github-actions
ref: master
path: .branch-github-actions
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN }}
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }}

- name: Get next release version
if: ${{ github.ref == 'refs/heads/master' }}
uses: actions/github-script@v7
id: next-version
with:
Expand Down

0 comments on commit 4068c54

Please sign in to comment.