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 0c15f49 commit 0f57143Copy full SHA for 0f57143
.github/workflows/deploy.yml
@@ -7,8 +7,12 @@ jobs:
7
deploy:
8
runs-on: ubuntu-latest
9
if: github.repository == 'GradleUp/shadow'
10
+ environment:
11
+ name: github-pages
12
permissions:
13
contents: write
14
+ id-token: write
15
+ pages: write
16
steps:
17
- uses: actions/checkout@v4
18
with:
.github/workflows/release.yml
@@ -9,8 +9,12 @@ jobs:
release:
19
20
0 commit comments