Skip to content

Commit

Permalink
ci(core): Added provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Apr 19, 2023
1 parent dfdd97a commit 0a6e177
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ on:
push:
branches:
- master
permissions:
contents: read
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
issues: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
6 changes: 1 addition & 5 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@
}]
}],
"@semantic-release/npm"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
}
]
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
"lint-staged": {
"**/*.{ts,json}": []
},
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "https://github.com/oblakstudio/nestjs-puppeteer"
Expand Down

0 comments on commit 0a6e177

Please sign in to comment.