We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9b825 commit 1cea91aCopy full SHA for 1cea91a
.github/workflows/ci.yml
@@ -7,6 +7,8 @@ on:
7
pull_request:
8
branches: [main]
9
10
+permissions: {}
11
+
12
jobs:
13
build_dev_container:
14
name: Build and test (Dev container)
.github/workflows/release.yml
@@ -15,6 +15,8 @@ on:
15
16
run-name: "Release: ${{ inputs.container }}${{ inputs.container == 'devcontainer' && ' + wasicontainer' || '' }}"
17
18
19
20
21
authorize:
22
runs-on: ubuntu-latest
0 commit comments