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 2b96153 commit 14a7b11Copy full SHA for 14a7b11
1 file changed
.github/workflows/build.yml
@@ -15,14 +15,14 @@ on:
15
16
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
17
jobs:
18
- permissions:
19
- id-token: write
20
- pages: write
21
22
# This workflow contains a single job called "build"
23
build:
24
# The type of runner that the job will run on
25
runs-on: ubuntu-latest
+ permissions:
+ id-token: write
+ pages: write
26
27
# Steps represent a sequence of tasks that will be executed as part of the job
28
steps:
0 commit comments