Skip to content

Commit

Permalink
remove token after feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Jun 16, 2024
1 parent cf034e4 commit 36c69a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: azure/setup-helm@v4
with:
version: v3.15.2
token: ${{ secrets.GITHUB_TOKEN }}
#token: ${{ secrets.GITHUB_TOKEN }}

- name: last commit sha if PR
if: ${{ github.event_name == 'pull_request' }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- uses: azure/setup-helm@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: v3.15.2
#token: ${{ secrets.GITHUB_TOKEN }}

- name: update gh-pages with content from main
env:
Expand Down

0 comments on commit 36c69a6

Please sign in to comment.