File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ permissions:
1313
1414
1515jobs :
16- permissions :
17- # Give the default GITHUB_TOKEN write permission to commit and push the
18- # added or changed files to the repository.
19- contents : write
2016 build :
17+ permissions :
18+ # Give the default GITHUB_TOKEN write permission to commit and push the
19+ # added or changed files to the repository.
20+ contents : write
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
6565 platforms : linux/amd64,linux/arm64
6666 tags : wurstbrot/dsomm:${{ steps.get-version.outputs.version }},wurstbrot/dsomm:latest
6767 - uses : actions/checkout@v3
68-
69- # Run steps that make changes to the local repo here.
70-
71- # Commit all changed files back to the repository
68+ # Commit all changed files back to the repository with code signing
7269 - uses : planetscale/ghcommit-action@v0.1.8
7370 with :
7471 commit_message : " 🤖 fmt"
You can’t perform that action at this time.
0 commit comments