From 5c171fa22ab27847351a1b779e2468d8702a3d19 Mon Sep 17 00:00:00 2001 From: "284789+b-@users.noreply.github.com" <284789+b-@users.noreply.github.com> Date: Sun, 8 Oct 2023 00:02:17 -0400 Subject: [PATCH] 1password script --- .github/workflows/build.yml | 1 + scripts/1password.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f552fd2583..05dcf6fbacf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,6 @@ name: Build and Push Image on: + push: schedule: - cron: '15 09 * * *' # 9:15am everyday merge_group: diff --git a/scripts/1password.sh b/scripts/1password.sh index 225341a79dc..7421b2c7d20 100755 --- a/scripts/1password.sh +++ b/scripts/1password.sh @@ -18,6 +18,7 @@ ln -s /opt/1Password/1password /usr/bin/1password # hacked from 1password-latest.tar.gz//after-install.sh +cd /usr/lib/1Password # chrome-sandbox requires the setuid bit to be specifically set. # See https://github.com/electron/electron/issues/17972 chmod 4755 ./chrome-sandbox