We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec62c9 commit 0793626Copy full SHA for 0793626
1 file changed
.github/workflows/proposal_validation.yml
@@ -21,6 +21,7 @@ jobs:
21
timeout-minutes: 10
22
env:
23
RESOLVED_PR_NUMBER: ${{ case(inputs.workflow_test_enabled, '3331', github.event.number) }}
24
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
steps:
26
- name: Checkout swiftlang/swift-evolution-metadata-extractor (main)
27
uses: actions/checkout@v7
0 commit comments