diff --git a/.forgejo/workflows/publish-artifact.yml b/.forgejo/workflows/publish-artifact.yml index 5aae742..0882c61 100644 --- a/.forgejo/workflows/publish-artifact.yml +++ b/.forgejo/workflows/publish-artifact.yml @@ -3,7 +3,6 @@ on: push: branches: [master, main] - #--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site:443' \ jobs: build: runs-on: docker @@ -12,8 +11,11 @@ jobs: steps: - uses: actions/checkout@v7 - id: build + env: + CACHE_USERNAME: ${{ secrets.CACHE_USERNAME }} + CACHE_PASSWORD: ${{ secrets.CACHE_PASSWORD }} run: | bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \ --remote_upload_local_results \ - --remote_cache='https://asd:1234@cache.lab0x13.site:443' \ + --remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \ --noremote_cache_async \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 09145d5..5a2c4ea 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -41,9 +41,7 @@ - -