Fix issue with tests not running on automated PRs (#266)

* Use github app for version checker

Signed-off-by: Faisal Memon <[email protected]>

* Use full version

Signed-off-by: Faisal Memon <[email protected]>

---------

Signed-off-by: Faisal Memon <[email protected]>
This commit is contained in:
Faisal Memon
2024-03-10 23:07:20 -07:00
committed by GitHub
parent c6d57fc750
commit 5e430f49fa
+8 -1
View File
@@ -59,11 +59,18 @@ jobs:
./.github/scripts/update-tags.sh ./.github/scripts/update-tags.sh
git diff git diff
- name: Generate Token
uses: tibdex/[email protected]
id: generate-token
with:
app_id: ${{ vars.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Create Pull Request - name: Create Pull Request
id: cpr id: cpr
uses: peter-evans/[email protected] uses: peter-evans/[email protected]
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ steps.generate-token.outputs.token }}
title: Bump test chart dependencies title: Bump test chart dependencies
branch: bump-test-chart-deps branch: bump-test-chart-deps
commit-message: Bump test chart dependencies commit-message: Bump test chart dependencies