Skip to content

Commit

Permalink
provided id-token permission to action
Browse files Browse the repository at this point in the history
  • Loading branch information
HRM committed Sep 5, 2024
1 parent ba976fb commit 891758a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
permissions:
contents: write
id-token: write
jobs:
build:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-nitro-patcher",
"version": "0.0.4",
"version": "0.0.5",
"description": "Applies a patch on the prisma client to improve the performance of extensions",
"main": "dist/index.js",
"files": [ "dist" ],
Expand Down

0 comments on commit 891758a

Please sign in to comment.