Skip to content

Commit

Permalink
fix: gh deploy action (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 authored Dec 13, 2024
1 parent 7a9f8d7 commit 276b144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:

- name: Restart service on Kosarev.Space
uses: kosarev-space/[email protected]
with:
auth_token: ${{ secrets.BEARER_TOKEN }}
service_id: ${{ secrets.SERVICE_ID }}
with:
auth_token: ${{ secrets.BEARER_TOKEN }}
service_id: ${{ secrets.SERVICE_ID }}

- name: Update deployment status (success)
if: success()
Expand Down

0 comments on commit 276b144

Please sign in to comment.