Use actions token during helm-publish workflow (#12430)

This commit is contained in:
Luke Heath
2023-06-21 09:30:25 -06:00
committed by GitHub
parent 3bee27d423
commit 1f455055a1
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2
- uses: stefanprodan/helm-gh-pages@0ad2bb377311d61ac04ad9eb6f252fb68e207260
with:
token: ${{ secrets.FLEET_RELEASE_GITHUB_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: charts
target_dir: charts
linting: off