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 20fe5ec commit c7cfab8Copy full SHA for c7cfab8
.github/workflows/stage-5-publish.yaml
@@ -226,6 +226,10 @@ jobs:
226
name: "Publish OAS spec (${{ matrix.apimEnv }})"
227
runs-on: ubuntu-latest
228
needs: [publish]
229
+ permissions:
230
+ id-token: write # This is required for requesting the JWT
231
+ contents: read # This is required for actions/checkout
232
+ packages: read # This is required for downloading from GitHub Package Registry
233
timeout-minutes: 10
234
strategy:
235
matrix:
0 commit comments