Skip to content

Commit 14a7b11

Browse files
update
1 parent 2b96153 commit 14a7b11

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ on:
1515

1616
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1717
jobs:
18-
permissions:
19-
id-token: write
20-
pages: write
2118

2219
# This workflow contains a single job called "build"
2320
build:
2421
# The type of runner that the job will run on
2522
runs-on: ubuntu-latest
23+
permissions:
24+
id-token: write
25+
pages: write
2626

2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:

0 commit comments

Comments
 (0)