question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

After update, Error 403: Resource not accessible by integration

See original GitHub issue

After the most recent update, I get an error when running the action: Error 403: Resource not accessible by integration

Here’s the action:

    - uses: ncipollo/release-action@v1
      name: Publish Release
      id: publish-release
      with:
        artifacts: "**/*WorkshopTool*.zip"
        token: ${{secrets.GITHUB_TOKEN}}
        name: Workshop Tool v${{steps.changelog.outputs.version-prefix}}
        tag: v${{steps.changelog.outputs.version}}
        commit: master
        draft: ${{github.event.inputs.draft}}
        prerelease: ${{github.event.inputs.prerelease}}
        allowUpdates: true
        body: |
          Changelog:
          ${{env.CHANGELOG}}
          

https://github.com/Gwindalmir/SEWorkshopTool/runs/3874862024?check_suite_focus=true

Output snippet:

  with:
    artifacts: **/*WorkshopTool*.zip
    token: ***
    name: Workshop Tool v0.7.14
    tag: v0.7.14-alpha
    commit: master
    draft: true
    prerelease: true
    allowUpdates: true
    body: Changelog:
  - fa365ce Include git hash in logged version output.

[... trimmed ...]  
    omitBody: false
    omitBodyDuringUpdate: false
    omitName: false
    omitNameDuringUpdate: false
    omitPrereleaseDuringUpdate: false
    removeArtifacts: false
  env:
    SOLUTION_FILE_PATH: WorkshopTool.sln
    BUILD_CONFIGURATION: Release
    BUILD_FRAMEWORK: net461
    CHANGELOG: - fa365ce Include git hash in logged version output.
[... more snipped ...]
  - d0fb454 Implement powershell pre-build script to automatically create a link to the SE and ME game binaries. This is an alternative implementation for PR #34. If the game is installed, it will be automatically detected.
Error: Error 403: Resource not accessible by integration

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
vzhd1701commented, May 4, 2022

Had the same issue recently. Fixed it by going to project’s settings -> actions -> general and setting Workflow permissions to Read and write permissions.

0reactions
florian30491commented, Aug 3, 2022

@MarkEnverus

I’m facing the same issue w/ Github.com - i can’t even use a personal token - if i do that I get the error “Error: Error undefined: Parameter token or opts.auth is required”

With the newest Version of GitHub Enterprise Server the action is working as expected.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Resource not accessible by integration" · Issue #10 - GitHub
I just had a build that was working fine before fail overnight with this; nothing in that repo that would do that changed...
Read more >
Debug "Resource not accessible by integration" error when ...
This error basically talks about a permission issue. When working with Github apps, you may not have set the necessary permission to access...
Read more >
"Resource not accessible by integration" on github post /repos ...
I was leaning towards GITHUB_TOKEN since it is a temp token. Also, one less step (no need to create a PAT with relevant...
Read more >
Resource not accessible by integration - GoReleaser
Integrations that may cause this: Homebrew Tap; Krew Plugins. Fixing it¶. You have basically two options: 1. Use a Personal Access Token (PAT) ......
Read more >
GitHub Actions - Resource not accessible by integration
This post will hopefully help anyone searching for the following error. RequestError [HttpError]: Resource not accessible by integration at ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found