Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CI
on:
push:
branches: [ "main" ]
pull_request_target:
pull_request: # changed from pull_request_target. fork PRs now run in fork context
branches: [ "main" ]
workflow_dispatch: # manual run

Expand All @@ -15,7 +15,7 @@ concurrency:
permissions:
pull-requests: read
contents: read
id-token: write
# id-token: write # removed. no active job needs OIDC; was a leftover from commented-out online-test
actions: read

jobs:
Expand Down
Loading