Skip to content

Commit

Permalink
Merge pull request #19 from Sefaria/label-template
Browse files Browse the repository at this point in the history
fix: missing permissions on oci push
  • Loading branch information
BrendanGalloway authored Feb 26, 2024
2 parents a5d7acc + 4ec3bc1 commit 802f009
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write # needed to write releases
id-token: 'write'
needs:
- lint
if: |
Expand Down
1 change: 0 additions & 1 deletion chart/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"name": "chart"
}

0 comments on commit 802f009

Please sign in to comment.