Skip to content

Commit 92f0d43

Browse files
authored
Merge pull request #125 from Roaders/main
Fix github actions permissions
2 parents 83bc41c + a57293e commit 92f0d43

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/create-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
build:
1010
name: Create Release
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
14+
id-token: write
1215
steps:
1316

1417
- name: Checkout

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morgan-stanley/ts-mocking-bird",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "A fully type safe mocking, call verification and import replacement library for jasmine and jest",
55
"license": "Apache-2.0",
66
"author": "Morgan Stanley",

0 commit comments

Comments
 (0)