Skip to content

Commit

Permalink
common: set owner for GH PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Oct 14, 2024
1 parent bbf6131 commit c16cb4e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
direnv
];

age.secrets.github-runner-token.file = ../secrets/github-runner-token.age;
age.secrets.github-runner-token.group = config.cachix.github-runner.group;
age.secrets.github-runner-token = {
file = ../secrets/github-runner-token.age;
owner = config.cachix.github-runner.group;
group = config.cachix.github-runner.group;
};
}

0 comments on commit c16cb4e

Please sign in to comment.