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 5755e37 commit 73e770fCopy full SHA for 73e770f
.github/workflows/pr-sort.yml
@@ -3,7 +3,11 @@ name: Pull Request Conference Sort & All-contrib
3
on:
4
pull_request:
5
paths:
6
- - '_data/conferences.yml'
+ - '_data/conferences.yml'
7
+
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
12
jobs:
13
sort:
@@ -14,6 +18,7 @@ jobs:
14
18
with:
15
19
ref: ${{ github.event.pull_request.head.ref }}
16
20
repository: ${{ github.event.pull_request.head.repo.full_name }}
21
+ token: ${{ secrets.GH_PAT }}
17
22
23
- name: Setup Pixi
24
uses: prefix-dev/[email protected]
@@ -40,6 +45,7 @@ jobs:
40
45
41
46
42
47
48
43
49
44
50
51
0 commit comments