From 76b9bf4dacec9da745770b2a22bd9438763ca011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Fern=C3=A1ndez?= Date: Thu, 13 Feb 2025 14:38:19 +0100 Subject: [PATCH] Update ruby upgrades token due to github limitations --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 8d691a8..f53f4e0 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -26,4 +26,4 @@ jobs: shopt -s globstar updatecli apply --config updatecli/updatecli.d --values updatecli/values.yaml env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + GITHUB_TOKEN: "${{ secrets.UPGRADE_RUBY_TOKEN }}" \ No newline at end of file