Skip to content

Commit

Permalink
Revert "chore: Set permissions for GitHub actions (#2168)" (#2183)
Browse files Browse the repository at this point in the history
This reverts commit d9fa18c.
  • Loading branch information
bcoe committed May 11, 2022
1 parent 95aed1c commit 7e85096
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -5,9 +5,6 @@ on:
pull_request:
types: [ assigned, opened, synchronize, reopened, labeled ]
name: ci
permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release-please.yml
Expand Up @@ -3,13 +3,8 @@ on:
branches:
- main
name: release-please
permissions:
contents: read

jobs:
release-please:
permissions:
contents: write # for google-github-actions/release-please-action to create release PR's and commit message
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
Expand Down

0 comments on commit 7e85096

Please sign in to comment.