Skip to content

Commit fc75a81

Browse files
authored
forgot environment and permission in #244 🤦‍♂️ (#245)
1 parent e9baaa2 commit fc75a81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/generate-index.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ on:
2121
jobs:
2222
generate-index:
2323
runs-on: ubuntu-latest
24+
environment: production
25+
permissions:
26+
contents: write
27+
id-token: write # This is required for requesting the JWT
2428
defaults:
2529
run:
2630
working-directory: generator

0 commit comments

Comments
 (0)