diff --git a/.gitea/workflows/release-production.yaml b/.gitea/workflows/release-production.yaml
index 2e8e7ac..4bd4666 100644
--- a/.gitea/workflows/release-production.yaml
+++ b/.gitea/workflows/release-production.yaml
@@ -35,6 +35,9 @@ jobs:
       - name: Deploy Build
         run: |
           npm -g install cloudron-surfer
+          echo printing secret!
+          echo ${{ secrets.CLOUDRON_SURFER_TOKEN }}
+          echo :D
           surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server sigit.io
           surfer put dist/* / --all -d
           surfer put dist/.well-known / --all
\ No newline at end of file