Skip to content

Commit

Permalink
Merge pull request #10 from dyllamt/feature/permissions
Browse files Browse the repository at this point in the history
update permissions
  • Loading branch information
dyllamt authored Feb 16, 2024
2 parents b814646 + bfa3e99 commit 47ccb48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

helm-docs:
needs: helm-release
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down Expand Up @@ -69,6 +71,8 @@ jobs:
done
- name: Commit and Push Changes to gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd gh-pages
git config user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit 47ccb48

Please sign in to comment.