Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: 403: Resource not accessible by integration #15

Closed
elsuizo opened this issue May 30, 2022 · 2 comments
Closed

Error: 403: Resource not accessible by integration #15

elsuizo opened this issue May 30, 2022 · 2 comments
Labels
question Further information is requested

Comments

@elsuizo
Copy link

elsuizo commented May 30, 2022

Hi i want to use this to pack a substrate node but i got:

HTTP 403: Resource not accessible by integration

Any idea what could be wrong?

this is my yml configuration file:

https://github.com/elsuizo/substrate-node-packaging-test/blob/main/.github/workflows/release-binary.yml

Thanks in advance

@taiki-e
Copy link
Owner

taiki-e commented May 30, 2022

One possibility is that write permission of GITHUB_TOKEN is missing.

Adding the following two lines to the workflow or changing the default permissions for the repository to "read and write permissions" (see the second section of this post) may fix the problem.

permissions:
  contents: write

@taiki-e taiki-e added the question Further information is requested label May 30, 2022
@elsuizo
Copy link
Author

elsuizo commented May 30, 2022

Solved, Thanks for your time!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants