Skip to content

Commit

Permalink
upstream merge template repository (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: SuperSandro2000 <[email protected]>
Co-authored-by: SuperSandro2000 <[email protected]>
  • Loading branch information
SuperSandro2000 and SuperSandro2000 authored Jun 28, 2024
1 parent 72e3136 commit a4804b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/template-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
- uses: AndreasAugustin/actions-template-sync@v2
with:
# required to update github workflow files
github_token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr_commit_msg: Merge template changes
source_repo_path: NuschtOS/template
3 changes: 2 additions & 1 deletion .github/workflows/update-flakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
- uses: cachix/install-nix-action@V27
- uses: DeterminateSystems/update-flake-lock@v23
with:
token: ${{ github.token }}
# required to trigger GitHub Actions on the created PRs
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}

0 comments on commit a4804b3

Please sign in to comment.