We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481f88c commit be78871Copy full SHA for be78871
1 file changed
.github/workflows/build-ionctl.yml
@@ -8,7 +8,8 @@ on:
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
-
+ permissions:
12
+ contents: write
13
env:
14
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
15
DOTNET_CLI_TELEMETRY_OPTOUT: 1
0 commit comments