Skip to content

Commit 8750762

Browse files
authored
chore: Remove id-token permission from publish-docs workflow (#46)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Removes an unused GitHub Actions permission; behavior should be unchanged aside from reduced token scope. > > **Overview** > Tightens the `publish-docs` GitHub Actions workflow by removing the `id-token: read` permission (no OIDC usage), leaving only `contents: write` for publishing documentation to GitHub Pages. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit e488ca4. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent f14df8e commit 8750762

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/publish-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ jobs:
66
build-and-publish:
77
runs-on: ubuntu-latest
88
permissions:
9-
id-token: read # No OIDC needed.
109
contents: write # For publishing documentation.
1110
steps:
1211
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)