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..eb46e08fb9f 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 @@ -49,7 +50,6 @@ cd "$CWD" # Register path symlink ln -s /usr/lib/1Password /opt/1Password -EOF chmod +x /usr/bin/install-1password # Then we install the 1password CLI binary as well