Skip to content

Commit eed939b

Browse files
authored
fix bump script token fetch (#12891)
It should get the token for aws-lc too.
1 parent 03a8590 commit eed939b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/boring-open-awslc-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
app_id: ${{ secrets.BORINGBOT_APP_ID }}
8787
private_key: ${{ secrets.BORINGBOT_PRIVATE_KEY }}
88-
if: steps.check-sha-boring.outputs.COMMIT_SHA || steps.check-sha-openssl.outputs.COMMIT_SHA
88+
if: steps.check-sha-boring.outputs.COMMIT_SHA || steps.check-sha-openssl.outputs.COMMIT_SHA || steps.check-tag-aws-lc.outputs.NEW_TAG
8989
- name: Create Pull Request
9090
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
9191
with:

0 commit comments

Comments
 (0)