Skip to content

Commit 5fae8ed

Browse files
author
Tyler Titsworth
authored
return write perms
Signed-off-by: Tyler Titsworth <tyler.titsworth@intel.com>
1 parent 54d8035 commit 5fae8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
2929
permissions:
3030
contents: read
31-
# id-token: write
31+
id-token: write
3232
pages: write
3333
steps:
3434
- name: Harden Runner

0 commit comments

Comments
 (0)