Skip to content

Commit 65986cc

Browse files
Add write permissions for contents and packages
1 parent cf424b9 commit 65986cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-template.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ env:
1212

1313
permissions:
1414
id-token: write
15+
contents: write
16+
packages: write
1517

1618
jobs:
1719
CLI:
@@ -21,7 +23,7 @@ jobs:
2123
- uses: actions/checkout@v5
2224
- uses: actions/setup-dotnet@v5
2325
with:
24-
dotnet-version: '8.0.x'
26+
dotnet-version: "8.0.x"
2527
- name: Sets environment variables - branch-name
2628
uses: nelonoel/[email protected]
2729
- name: Sets environment variables - Nerdbank.GitVersioning

0 commit comments

Comments
 (0)