Skip to content

Commit b787562

Browse files
authored
Tweak GitHub Actions workflows (#133)
- Remove Corepack env var per seek-oss/skuba#1789 - Add `checks` permission that other `seek-oss` repos seem to set
1 parent 4b2dd3b commit b787562

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches:
66
- main
77

8-
env:
9-
COREPACK_DEFAULT_TO_LATEST: 0
10-
118
permissions: {}
129

1310
jobs:

.github/workflows/snapshot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Snapshot
22

33
on: workflow_dispatch
44

5-
env:
6-
COREPACK_DEFAULT_TO_LATEST: 0
7-
85
permissions: {}
96

107
jobs:

.github/workflows/validate.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ on:
1515
workflows:
1616
- Release
1717

18-
env:
19-
COREPACK_DEFAULT_TO_LATEST: 0
20-
2118
permissions: {}
2219

2320
jobs:
2421
core:
2522
name: Lint & Test
23+
permissions:
24+
checks: write
2625
runs-on: ubuntu-latest
2726
steps:
2827
- name: Check out repo

0 commit comments

Comments
 (0)