8000 Merge pull request #6687 from libgit2/ethomson/actions · libgit2/libgit2@a52ad15 · GitHub
[go: up one dir, main page]

Skip to content

Commit a52ad15

Browse files
authored
Merge pull request #6687 from libgit2/ethomson/actions
ci: allow workflows to read and write packages
2 parents e22ab15 + 8f3e2d2 commit a52ad15

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ permissions:
1010
contents: read
1111

1212
jobs:
13-
# Run our nightly builds. We build a matrix with the various build
14-
# targets and their details. Then we build either in a docker container
15-
# (Linux) or on the actual hosts (macOS, Windows).
13+
# Run our benchmarks. We build a matrix with the various build
14+
# targets and their details. Unlike our CI builds, we run these
15+
# directly on the VM instead of in containers since we do not
16+
# need the breadth of platform diversity.
1617
build:
1718
# Only run scheduled workflows on the main repository; prevents people
1819
# from using build minutes on their forks.

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515

1616
permissions:
1717
contents: read
18+
packages: write
1819

1920
jobs:
2021
containers:

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212

1313
permissions:
1414
contents: read
15+
packages: write
1516

1617
jobs:
1718
# Run our nightly builds. We build a matrix with the various build

0 commit comments

Comments
 (0)
0