Skip to content

Commit fa94a7c

Browse files
committed
working builds
1 parent fbc0148 commit fa94a7c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/core-main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Core Main Snapshot
2-
2+
permissions:
3+
contents: read
34
on:
45
push:
56
branches:
@@ -61,4 +62,4 @@ jobs:
6162
with:
6263
github-token: ${{ secrets.GITHUB_TOKEN }}
6364
parallel-finished: true
64-
carryforward: "tc8"
65+
carryforward: "tc8"

.github/workflows/core-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Core Pull Request
2-
2+
permissions:
3+
contents: read
34
on:
45
pull_request:
56
types: [opened, synchronize, reopened]
@@ -53,4 +54,4 @@ jobs:
5354
with:
5455
github-token: ${{ secrets.GITHUB_TOKEN }}
5556
parallel-finished: true
56-
carryforward: "tc8"
57+
carryforward: "tc8"

.github/workflows/core-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Core Publish Release
2-
2+
permissions:
3+
contents: read
34
on:
45
push:
56
tags: [ 'core/*' ]

0 commit comments

Comments
 (0)