diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 27b6608..efa8ea9 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -9,8 +9,11 @@ jobs: steps: - uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - - run: echo "${{ secrets.PASS }}" + - run: echo "${{ secrets.ACCESS_TOKEN }}" + - run: pwd - run: | cd ${{ gitea.workspace }} - run: | pwd + - run: | + docker login --username beastie --password "${{ secrets.ACCESS_TOKEN }}"