aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2023-02-15 20:45:23 +0200
committerGitHub <[email protected]>2023-02-15 20:45:23 +0200
commitab6a092dbc99bfdb2cd40f46e2f34f74cce88c15 (patch)
treef77ef2ab7ce02bff68e3e71590a7c32f58c6419b /.github
parent1992f27a269c573517cc13f70ee0f4f7055897cb (diff)
downloadHyprland-ab6a092dbc99bfdb2cd40f46e2f34f74cce88c15.tar.gz
Hyprland-ab6a092dbc99bfdb2cd40f46e2f34f74cce88c15.zip
Nix CI: add GH token (#1557)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nix-build.yaml1
-rw-r--r--.github/workflows/nix-meson-ver-update.yaml26
-rw-r--r--.github/workflows/nix-update.yaml1
3 files changed, 2 insertions, 26 deletions
diff --git a/.github/workflows/nix-build.yaml b/.github/workflows/nix-build.yaml
index 825feda5..6e7b2b7c 100644
--- a/.github/workflows/nix-build.yaml
+++ b/.github/workflows/nix-build.yaml
@@ -23,6 +23,7 @@ jobs:
install_url: https://nixos.org/nix/install
extra_nix_config: |
auto-optimise-store = true
+ access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v12
with:
diff --git a/.github/workflows/nix-meson-ver-update.yaml b/.github/workflows/nix-meson-ver-update.yaml
deleted file mode 100644
index ddeac945..00000000
--- a/.github/workflows/nix-meson-ver-update.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
-name: "Nix & Meson: update version"
-
-on: [workflow_dispatch]
-
-jobs:
- update:
- runs-on: ubuntu-latest
- steps:
- - name: Clone repository
- uses: actions/checkout@v3
- - name: Update flake and meson version
- run: |
- REGEX="([0-9]+(\.[0-9a-zA-Z]+)+)"
-
- CRT_REV=$(git show-ref --tags --head --abbrev | head -n 1 | head -c 7)
- TAG_REV=$(git show-ref --tags --abbrev | tail -n 1 | head -c 7)
- CRT_VER=$(sed -nEe "/$REGEX/{p;q;}" meson.build | awk -F\' '{print $2}')
- VERSION=$(git show-ref --tags --abbrev | tail -n 1 | tail -c +20)
-
- if [[ $TAG_REV = $CRT_REV ]] || [[ $CRT_VER != $VERSION ]]; then
- sed -Ei "s/$REGEX/$VERSION/g" meson.build
- sed -Ei "s/$REGEX/$VERSION/g" flake.nix
- fi
- - uses: stefanzweifel/git-auto-commit-action@v4
- with:
- commit_message: "[gha] bump flake and meson version"
diff --git a/.github/workflows/nix-update.yaml b/.github/workflows/nix-update.yaml
index 5555382b..5d28532b 100644
--- a/.github/workflows/nix-update.yaml
+++ b/.github/workflows/nix-update.yaml
@@ -14,6 +14,7 @@ jobs:
install_url: https://nixos.org/nix/install
extra_nix_config: |
auto-optimise-store = true
+ access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
experimental-features = nix-command flakes
- name: Update lockfile
run: nix/update-inputs.sh