Skip to content

Commit

Permalink
[CI/CD] Unquote the DO token
Browse files Browse the repository at this point in the history
  • Loading branch information
SyzSteM committed Jan 23, 2024
1 parent 17839ec commit daceed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
needs: build-and-test
runs-on: ubuntu-latest
env:
DIGITALOCEAN_ACCESS_TOKEN: "${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}"
DOCKER_IMAGE_TAG: "registry.digitalocean.com/do-ase-registry/frontend"
DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
DOCKER_IMAGE_TAG: registry.digitalocean.com/do-ase-registry/frontend
steps:
- name: Checkout project sources
uses: actions/checkout@v4
Expand Down

0 comments on commit daceed1

Please sign in to comment.