diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 67fa517..259c7e2 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -11,10 +11,10 @@ jobs: container: fascinated/docker-images:node-latest steps: - name: checkout - uses: https://github.com/actions/checkout@v3 + uses: actions/checkout@v3 - name: Login to Repo - uses: https://github.com/docker/login-action@v2 + uses: docker/login-action@v2 with: username: ${{ secrets.REPO_USERNAME }} password: ${{ secrets.REPO_TOKEN }}