Update the readme, release-branches workflow
This commit is contained in:
parent
ad963d4fe7
commit
605aa5bc43
2
.github/workflows/release-branches.yml
vendored
2
.github/workflows/release-branches.yml
vendored
|
@ -6,8 +6,6 @@ on:
|
||||||
# NOTE: make sure any branches here are also valid directory names,
|
# NOTE: make sure any branches here are also valid directory names,
|
||||||
# otherwise creating the directory and uploading to s3 will fail
|
# otherwise creating the directory and uploading to s3 will fail
|
||||||
- "main"
|
- "main"
|
||||||
- "flakehub-cache"
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -41,6 +41,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
@ -127,4 +130,3 @@ You can read the full privacy policy for [Determinate Systems][detsys], the crea
|
||||||
[attic]: https://github.com/zhaofengli/attic
|
[attic]: https://github.com/zhaofengli/attic
|
||||||
[colmena]: https://github.com/zhaofengli/colmena
|
[colmena]: https://github.com/zhaofengli/colmena
|
||||||
[z2n]: https://zero-to-nix.com
|
[z2n]: https://zero-to-nix.com
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue