Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevHumbleChris authored Aug 6, 2023
1 parent 686a5c0 commit 1d37f66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:

- name: Deploy to Digital Ocean
uses: digitalocean/action-doctl@v2
env:
SUPER_SECRET: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
with:
token: "$SUPER_SECRET"
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
script: echo "Deploying using digitalocean/action-doctl@v2"

0 comments on commit 1d37f66

Please sign in to comment.