Skip to content

GitHub release failed with status: 403 #236

Closed
@donkeyx

Description

@donkeyx

Hey guys,

I am getting a 403 when pushing a release using the action. I have attached the config and a screenshot of my security settings which should be ok. Any help appreciated >

code block <<

      - name: Release with Notes
        uses: softprops/action-gh-release@v1
        if: startsWith(github.ref, 'refs/tags/')
        with:
          draft: false
          generate_release_notes: true
          files: |
            bin/tcp-wait.arm64
            bin/tcp-wait.darwin.amd64
            bin/tcp-wait.linux.amd64
            bin/tcp-wait.windows.amd64
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

error <<

Run softprops/action-gh-release@v1
👩‍🏭 Creating new GitHub release for tag v0.0.1-test...
⚠️ GitHub release failed with status: 403
undefined
retrying... (2 retries remaining)
👩‍🏭 Creating new GitHub release for tag v0.0.1-test...
⚠️ GitHub release failed with status: 403
undefined
retrying... (1 retries remaining)
👩‍🏭 Creating new GitHub release for tag v0.0.1-test...
⚠️ GitHub release failed with status: 403
undefined
retrying... (0 retries remaining)
❌ Too many retries. Aborting...

workflow permissions <<

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions