Skip to content

Commit

Permalink
chore: remove perms
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Meissner committed Sep 26, 2024
1 parent 3d482b9 commit a1f1dc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on: pull_request

jobs:
auto-generate:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -15,7 +13,6 @@ jobs:

- name: commit and push generated changes
run: |
git pull
make generate
if [ -n "$(git status --porcelain)" ]; then
git config user.name "github-actions[bot]"
Expand Down

0 comments on commit a1f1dc5

Please sign in to comment.