We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68faaf commit be69c44Copy full SHA for be69c44
1 file changed
.github/workflows/build.yml
@@ -16,6 +16,8 @@ jobs:
16
build:
17
name: ${{ matrix.platform.name }} ${{ matrix.dotnet.name }}
18
runs-on: ${{ matrix.platform.os }}
19
+ permissions:
20
+ id-token: write
21
22
strategy:
23
fail-fast: false
0 commit comments