From 78e539d141c6312ea5f911ff3ec900ef92c4c219 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 6 Feb 2022 19:21:10 +0100 Subject: [PATCH] fix: remove wakemeops desktop component --- .github/workflows/cicd.yml | 1 + scripts/install_repository | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2ad2e36..29b6389 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -44,3 +44,4 @@ jobs: uses: softprops/action-gh-release@v1 with: body_path: changelog.md + token: ${{ secrets.PAT }} diff --git a/scripts/install_repository b/scripts/install_repository index 573db5b..4b685b2 100755 --- a/scripts/install_repository +++ b/scripts/install_repository @@ -95,5 +95,5 @@ ojZwJyVEwkiJ3SyoD5P/cBxVH5mVNXUS3XB4C2E= EOF cat < /etc/apt/sources.list.d/wakemeops.list -deb http://deb.wakemeops.com/wakemeops/ stable ${@-"dev devops secops terminal desktop"} +deb http://deb.wakemeops.com/wakemeops/ stable ${@-"dev devops secops terminal"} EOF