Skip to content

Commit

Permalink
update main ref to v1 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-stepsecurity committed Jul 2, 2024
1 parent 898ccff commit 536069b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Publish Helm charts
uses: step-security/helm-gh-pages@main
uses: step-security/helm-gh-pages@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Publish Helm chart
uses: step-security/helm-gh-pages@main
uses: step-security/helm-gh-pages@v1
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
charts_dir: chart
Expand All @@ -82,7 +82,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Publish Helm charts
uses: step-security/helm-gh-pages@main
uses: step-security/helm-gh-pages@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
app_version: 1.16.0
Expand Down

0 comments on commit 536069b

Please sign in to comment.