Update the readme, release-branches workflow

This commit is contained in:
Graham Christensen 2024-03-08 09:41:54 -05:00
parent ad963d4fe7
commit 605aa5bc43
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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