Skip to content

Commit

Permalink
misc: new package group and new permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gsautner committed Dec 13, 2023
1 parent 3db95d8 commit b101aa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ on:
- '!**.md'
- '!**.md.gotmpl'

permissions:
contents: write
packages: write
#permissions:
# contents: write
# packages: write
permissions: write-all

jobs:

Expand Down Expand Up @@ -112,5 +113,5 @@ jobs:
if [ -z "${pkg:-}" ]; then
break
fi
helm push --debug "${pkg}" oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/helm
helm push --debug "${pkg}" oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/helm-charts
done
2 changes: 1 addition & 1 deletion charts/cryptpad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.17-Beta.4
version: 0.0.17-Beta.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down

0 comments on commit b101aa6

Please sign in to comment.