Skip to content

Commit 4a55824

Browse files
committed
Update workflow yamls for deploy
1 parent 01fa334 commit 4a55824

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/pr-preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
jobs:
77
preview:
88
runs-on: ubuntu-latest
9+
permissions:
10+
id-token: write
11+
contents: read
912
steps:
1013
- uses: actions/checkout@v4
1114
- uses: actions/setup-python@v5

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
release:
99
runs-on: ubuntu-latest
10+
permissions:
11+
id-token: write
12+
contents: read
1013
steps:
1114
- uses: actions/checkout@v4
1215
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)