Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkataco committed Feb 3, 2024
1 parent f836a9a commit e600abf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
push:
# workflow_dispatch:

permissions:
contents: write

jobs:
package:
runs-on: 'ubuntu-latest'
Expand All @@ -23,6 +26,7 @@ jobs:
- uses: 'actions/checkout@v4'
with:
fetch-depth: 0
# token: ${{ secrets.PAT }}

- name: 'Set up Helm'
run: |
Expand Down

0 comments on commit e600abf

Please sign in to comment.