Skip to content

Commit

Permalink
new action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rein-Vanbelleghem committed Apr 21, 2024
1 parent 8ddd263 commit e9ff43e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release_helmcharts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ on:

jobs:
release:
needs: build
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
contents: write
pages: write # to deploy to Pages
id-token: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -66,3 +74,7 @@ jobs:
git add site.yaml
git commit -m "Update site.yaml with custom fields"
git push origin gh-pages
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
Binary file modified charts/.DS_Store
Binary file not shown.

0 comments on commit e9ff43e

Please sign in to comment.