Skip to content

Commit d9853fd

Browse files
Fix Permissions
Comments
1 parent edfce35 commit d9853fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/DeploySpecDocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
# Filter for which runners are allowed to execute this job
1717
runs-on: ubuntu-latest
1818

19+
# Overwrite the default permissions for this job
20+
permissions:
21+
# Used to access github pages
22+
id-token: write
23+
24+
# List of steps to execute in this job
1925
steps:
2026
# Configure the GH pages environment
2127
- name: Setup Pages

0 commit comments

Comments
 (0)