summary refs log tree commit diff
path: root/.github/workflows/manual-nixos.yml
Commit message (Collapse)AuthorAge
* .github/workflows: update cachix cache commentzowoq2022-03-14
|
* build(deps): bump actions/checkout from 2 to 3dependabot[bot]2022-03-02
| | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3)
* build(deps): bump cachix/install-nix-action from 15 to 16dependabot[bot]2021-11-23
| | | | | | | | | | | | | | Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 15 to 16. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v15...v16) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump cachix/install-nix-action from 14 to 15dependabot[bot]2021-11-13
| | | | | | | | | | | | | | Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 14 to 15. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v14...v15) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump cachix/install-nix-action from 13 to 14dependabot[bot]2021-09-09
| | | | | | | | | | | | | | Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 13 to 14. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v13...v14) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump cachix/cachix-action from 9 to 10dependabot[bot]2021-07-25
| | | | | | | | | | | | | | Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 9 to 10. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v9...v10) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* .github/workflows/manual-{nixos,nixpkgs}.yml: add `repository_owner` conditionzowoq2021-05-28
| | | | | We have this set in the other actions, it prevents the action from running in PRs made against forks.
* actions: add some permission restrictionsGraham Christensen2021-04-24
|
* .github/workflows/manual-*.yml: update cachix / install-nix actionszowoq2021-04-03
|
* .github/workflows/manual-{nixos,nixpkgs}.yml: fix restrict evalzowoq2021-01-03
| | | | needs an explicit NIX_PATH
* .github/workflows: build NixOS/Nixpkgs manuals with PR ref, restrict-eval ↵zowoq2021-01-03
| | | | and sandbox
* Revert ".github/workflows: build NixOS/Nixpkgs manuals (#88488)"zowoq2020-10-03
| | | | This reverts commit b3d674549f29211cac2c322e4f3669a7a612f55c.
* .github/workflows: build NixOS/Nixpkgs manuals (#88488)zowoq2020-10-02