Skip to content

Commit 0793626

Browse files
Add GITHUB_TOKEN env variable for use by extraction tool (#295)
1 parent 1ec62c9 commit 0793626

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/proposal_validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
timeout-minutes: 10
2222
env:
2323
RESOLVED_PR_NUMBER: ${{ case(inputs.workflow_test_enabled, '3331', github.event.number) }}
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2425
steps:
2526
- name: Checkout swiftlang/swift-evolution-metadata-extractor (main)
2627
uses: actions/checkout@v7

0 commit comments

Comments
 (0)