diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 440b89b..60add3b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -70,7 +70,4 @@ jobs: upload_url: ${{ env.upload_url }} asset_path: ./s3-client asset_name: s3-client_${{ env.new_version }}_linux_amd64 - asset_content_type: application/octet-stream - env: - GITEA_TOKEN: ${{ secrets.TOKEN }} - GITHUB_TOKEN: ${{ secrets.TOKEN }} \ No newline at end of file + asset_content_type: application/octet-stream \ No newline at end of file