From 185cfed7063c7a9654c180aca126182b58408705 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 16 Oct 2022 09:08:28 +0200 Subject: workflows/ci: remove unused steps --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00d6f6b..ffb6131 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,9 +129,6 @@ jobs: needs: [test_local, test_example_config, test_docker, publish_docker] runs-on: ubuntu-latest name: 'Publish / PyPI' - env: - # Same rate limit thing: - CGITIZE_GITHUB_TOKEN: '${{ secrets.CGITIZE_GITHUB_TOKEN }}' steps: - name: Checkout uses: actions/checkout@v3 @@ -141,10 +138,6 @@ jobs: python-version: '3.10' - name: Verify package can be installed run: pip install . - - name: Set up ssh-agent - uses: webfactory/ssh-agent@v0.5.3 - with: - ssh-private-key: '${{ secrets.SSH_KEY }}' - name: Install package builder run: pip install --upgrade build - name: Build package -- cgit v1.2.3