Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago-jv authored Jun 21, 2024
1 parent dd45d53 commit 19074d4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
env:
DIGITAL_OCEAN_ACCESS_TOKEN: ${{ secrets.DO_API_TOKEN }}

- name: Debug secrets
run: echo "DO_API_TOKEN is $DIGITAL_OCEAN_ACCESS_TOKEN"
run: echo "DO_API_TOKEN is ${{ secrets.DO_API_TOKEN }}"
- uses: jjst/action-digitalocean-deploy-app@v2
with:
token: $DIGITAL_OCEAN_ACCESS_TOKEN
token: ${{ secrets.DO_API_TOKEN }}

0 comments on commit 19074d4

Please sign in to comment.