Skip to content

Commit

Permalink
A little more permissions to push the image.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed May 9, 2023
1 parent 42ee533 commit 1a8da9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/requirements2png.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ name: Ansible Graphviz
jobs:
build:
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -28,7 +30,6 @@ jobs:
- name: save to png branch
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: ${{ github.repository }}
force: true
branch: png

0 comments on commit 1a8da9f

Please sign in to comment.