softprops / action-gh-release

📦 :octocat: GitHub Action for creating GitHub Releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release failed with status: 403

hannesa2 opened this issue · comments

In a private repo, with this

  - name: Create Release
    uses: softprops/action-gh-release@v1
    with:
      tag_name: ${{steps.tagger.outputs.tag}}
      prerelease: ${{ env.PRE_RELEASE }}
      name: ${{steps.tagger.outputs.tag}}
      generate_release_notes: true
      files: |
        ./app/build/outputs/apk/release/app-release.apk
    env:
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

I run into

image

Does someone has a hint how to solve this ?

Thanks for the advice, it works now
image