Skip to content

Commit 5e4c327

Browse files
authored
Explicit Write Permission
Also removing AOT arm linux as such artifact is not built.
1 parent fa67f6c commit 5e4c327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
build-and-deploy:
1414
runs-on: ubuntu-latest
1515
permissions:
16+
contents: write
1617
id-token: write # Enable GitHub OIDC token issuance for NuGet Trusted Publishing
1718
steps:
1819
- uses: actions/checkout@v5
@@ -96,7 +97,6 @@ jobs:
9697
src/CHttp/bin/Release/${{ env.GH_PACKAGE_VERSION }}/linux-arm/publish/chttp-linux-arm
9798
src/CHttp/bin/Release/${{ env.GH_PACKAGE_VERSION }}/linux-arm/publish/chttp-linux-arm.pdb
9899
src/CHttp/bin/Release/${{ env.GH_PACKAGE_VERSION }}/linux-x64/publish/chttp-linux-x64-aot
99-
src/CHttp/bin/Release/${{ env.GH_PACKAGE_VERSION }}/linux-arm64/publish/chttp-linux-arm64-aot
100100
src/VSCodeExt/chttp-vsce.vsix
101101
src/CHttpExecutor/bin/Release/${{ env.GH_PACKAGE_VERSION }}/win-x64/publish/chttpexec-win-x64.exe
102102
src/CHttpExecutor/bin/Release/${{ env.GH_PACKAGE_VERSION }}/linux-x64/publish/chttpexec-linux-x64

0 commit comments

Comments
 (0)