Skip to content

Commit 5293977

Browse files
Fix linear.yml (#11)
Test successful. Merging.
1 parent ca5d604 commit 5293977

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/linear.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
permissions:
1212
pull-requests: write
1313
repository-projects: read
14+
contents: read
1415

1516
concurrency:
1617
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -20,6 +21,9 @@ jobs:
2021
create-linear-issue-pr:
2122
runs-on: ubuntu-latest
2223
steps:
24+
- uses: actions/checkout@v4
25+
with:
26+
token: ${{ secrets.GITHUB_TOKEN }}
2327
- name: Find or create a Linear Issue (Internal PRs)
2428
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
2529
uses: risc0/action-find-or-create-linear-issue@risc0

0 commit comments

Comments
 (0)