Unverified Commit a52ad15d by Edward Thomson Committed by GitHub

Merge pull request #6687 from libgit2/ethomson/actions

ci: allow workflows to read and write packages
parents e22ab15e 8f3e2d26
......@@ -10,9 +10,10 @@ permissions:
contents: read
jobs:
# Run our nightly builds. We build a matrix with the various build
# targets and their details. Then we build either in a docker container
# (Linux) or on the actual hosts (macOS, Windows).
# Run our benchmarks. We build a matrix with the various build
# targets and their details. Unlike our CI builds, we run these
# directly on the VM instead of in containers since we do not
# need the breadth of platform diversity.
build:
# Only run scheduled workflows on the main repository; prevents people
# from using build minutes on their forks.
......
......@@ -15,6 +15,7 @@ env:
permissions:
contents: read
packages: write
jobs:
containers:
......
......@@ -12,6 +12,7 @@ env:
permissions:
contents: read
packages: write
jobs:
# Run our nightly builds. We build a matrix with the various build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment