Skip to content

Commit

Permalink
try less permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jul 19, 2023
1 parent 324de4b commit aa67a3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
build:
name: Build and test the action
runs-on: ubuntu-latest
permissions: write-all
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -39,7 +41,7 @@ jobs:
debug: true
by-time: created
# 3 days
max-age: 259200
max-age: 172800
# -------- THIS ACTION --------

- name: Commit & Push changes
Expand Down

0 comments on commit aa67a3a

Please sign in to comment.