diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 2913d01f..08dfe1df 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -43,7 +43,7 @@ jobs: - name: Cloudflare DNS Export uses: raiyansarker/cloudflare-dns-export@v1.1 with: - NAME: ${{ gitea.repository }} + NAME: ${{ github.repository }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ZONE_ID: ${{ secrets.CF_ZONE_ID }} API_KEY: ${{ secrets.CF_API_KEY }}