Skip to content

Commit d768145

Browse files
committed
add permissions to release
1 parent 17bbe82 commit d768145

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ on:
1616
# push:
1717
# branches: [main]
1818
# paths:
19-
# - '*.scala'
19+
# - '*.scala'
20+
21+
permissions:
22+
id-token: write # This is required for requesting the JWT
23+
contents: write # This is required for actions/checkout
2024

2125
jobs:
2226
ReleasePackage:

0 commit comments

Comments
 (0)