Skip to content

Commit

Permalink
ci: fix id-token 'read' bug (#2904)
Browse files Browse the repository at this point in the history
This commit fixes a bug that is present when the `read` option is used
for the `id-token` permission (see github/docs#26481).
  • Loading branch information
rickstaa committed Jul 2, 2023
1 parent 888c4ce commit de4efa9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/empty-issues-closer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ permissions:
checks: read
contents: read
deployments: read
id-token: read
issues: write
discussions: read
packages: read
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/generate-theme-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ permissions:
checks: read
contents: write
deployments: read
id-token: read
issues: read
discussions: read
packages: read
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ permissions:
checks: read
contents: read
deployments: read
id-token: read
issues: read
discussions: read
packages: read
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/preview-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ permissions:
checks: read
contents: read
deployments: read
id-token: read
issues: read
discussions: read
packages: read
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/prs-cache-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ permissions:
checks: read
contents: read
deployments: read
id-token: read
issues: read
discussions: read
packages: read
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/stale-theme-pr-closer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ permissions:
checks: read
contents: read
deployments: read
id-token: read
issues: read
discussions: read
packages: read
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/top-issues-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ permissions:
checks: read
contents: read
deployments: read
id-token: read
issues: write
discussions: read
packages: read
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-langs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ permissions:
checks: read
contents: read
deployments: read
id-token: read
issues: read
discussions: read
packages: read
Expand Down

0 comments on commit de4efa9

Please sign in to comment.