We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874f1c3 commit 4068c54Copy full SHA for 4068c54
.github/workflows/build-push.yml
@@ -73,16 +73,14 @@ jobs:
73
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
74
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 }}
+ token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }}
83
84
- name: Get next release version
85
86
uses: actions/github-script@v7
87
id: next-version
88
0 commit comments