Skip to content

Commit

Permalink
chore: move permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmaticivan committed Oct 21, 2023
1 parent ad9fe33 commit 6ea22ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
branches:
- main
name: release-please
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
id-token: write
steps:
- id: release
uses: GoogleCloudPlatform/release-please-action@v3
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"prebuild": "rimraf lib",
"build": "tsc",
"test": "npm run test:unit",
"test:coverage": "jest --coverage",
"test:unit": "jest --passWithNoTests",
"test:cov": "jest --coverage",
"test:unit": "jest",
"test:watch": "jest --watch"
},
"repository": {
Expand Down

0 comments on commit 6ea22ee

Please sign in to comment.