From 1d37f66ef1ba6401fb2d32de32e2bd34ef0a73d7 Mon Sep 17 00:00:00 2001 From: The Coding Montana <63234437+DevHumbleChris@users.noreply.github.com> Date: Sun, 6 Aug 2023 21:43:01 +0300 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d82655a..96665d2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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"