Skip to content

Commit 0f57143

Browse files
committed
Add missing things
1 parent 0c15f49 commit 0f57143

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
if: github.repository == 'GradleUp/shadow'
10+
environment:
11+
name: github-pages
1012
permissions:
1113
contents: write
14+
id-token: write
15+
pages: write
1216
steps:
1317
- uses: actions/checkout@v4
1418
with:

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
if: github.repository == 'GradleUp/shadow'
12+
environment:
13+
name: github-pages
1214
permissions:
1315
contents: write
16+
id-token: write
17+
pages: write
1418
steps:
1519
- uses: actions/checkout@v4
1620
with:

0 commit comments

Comments
 (0)