From 08b3d434698969f15caee9bd7a0991e7ed9deed1 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sat, 23 Nov 2024 17:36:53 +0100 Subject: [PATCH] ci: add missing github token --- .github/workflows/pin-latest-hyprland.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pin-latest-hyprland.yml b/.github/workflows/pin-latest-hyprland.yml index 9e2449a..80750e8 100644 --- a/.github/workflows/pin-latest-hyprland.yml +++ b/.github/workflows/pin-latest-hyprland.yml @@ -15,6 +15,8 @@ jobs: extra-substituters = https://hyprland.cachix.org extra-trusted-public-keys = hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc= - name: Update pins + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | set -eu ./scripts/ci/pin-latest-hyprland main