diff --git a/.github/workflows/release-to-candidate.yaml b/.github/workflows/release-to-candidate.yaml index e5bb302..a0cd6f4 100644 --- a/.github/workflows/release-to-candidate.yaml +++ b/.github/workflows/release-to-candidate.yaml @@ -58,15 +58,16 @@ jobs: architectures: ${{ needs.get-architectures.outputs.architectures }} github-token: ${{ secrets.GITHUB_TOKEN }} - screenshots: - name: 📸 Gather screenshots - needs: call-for-testing - environment: "Candidate Branch" - runs-on: ubuntu-latest - steps: - - name: 📸 Gather screenshots - uses: snapcrafters/ci/get-screenshots@main - with: - issue-number: ${{ needs.call-for-testing.outputs.issue-number }} - github-token: ${{ secrets.GITHUB_TOKEN }} - screenshots-token: ${{ secrets.SNAPCRAFTERS_BOT_COMMIT }} +# Commented out as I don't have permissions to write to this repo. +# screenshots: +# name: 📸 Gather screenshots +# needs: call-for-testing +# environment: "Candidate Branch" +# runs-on: ubuntu-latest +# steps: +# - name: 📸 Gather screenshots +# uses: snapcrafters/ci/get-screenshots@main +# with: +# issue-number: ${{ needs.call-for-testing.outputs.issue-number }} +# github-token: ${{ secrets.GITHUB_TOKEN }} +# screenshots-token: ${{ secrets.SNAPCRAFTERS_BOT_COMMIT }}