Skip to content

Commit

Permalink
Revert "fix: Gives kamal access to OP_SERVICE_ACCOUNT_TOKEN"
Browse files Browse the repository at this point in the history
This reverts commit 45d507e.
  • Loading branch information
svyatov committed Jul 5, 2024
1 parent 45d507e commit 3e7ddc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,16 @@ jobs:
- name: Expose GitHub Runtime for cache
uses: crazy-max/ghaction-github-runtime@v3

- name: Load secrets from 1Password
- name: Configure 1Password Service Account
uses: 1password/load-secrets-action/configure@v2
with:
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: Load SSH deploy key from 1Password
uses: 1password/load-secrets-action@v2
with:
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
DEPLOY_SSH_KEY: "op://BeBePe DevOps/GHA SSH Key/id_ed25519"

- name: Set up SSH
Expand Down
2 changes: 1 addition & 1 deletion app/views/index/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
and grow your career with ease!
</p>
<div class="mt-10 flex items-center justify-center gap-x-6 text-gray-600">
Coming soon. Stay tuned!..
Coming soon. Stay tuned...
</div>
</div>
</div>

0 comments on commit 3e7ddc4

Please sign in to comment.