Description of the bug
I already have repository secret
The run https://github.com/tiddly-gittly/TidGi-Mobile/actions/runs/6093556409/job/16533421643
To Reproduce
What steps did you perform which led to this issue?
- Create a repo in an Github Organization
- Init with expo project
- Setup repository secret and try run the workflow
Expected behavior
Run as local eas build --platform android --non-interactive does (logined)
Actual behavior
Error about "You don't have the required permissions to perform this operation."
Additional context
Trying to use github actions to release an apk for a free opensource project in an organization. And I want to upload artifact to Github Release #182 so I don't need to pay for Google/Apple to upload to store, because it is a free opensourced project.
Description of the bug
I already have repository secret
The run https://github.com/tiddly-gittly/TidGi-Mobile/actions/runs/6093556409/job/16533421643
To Reproduce
What steps did you perform which led to this issue?
Expected behavior
Run as local
eas build --platform android --non-interactivedoes (logined)Actual behavior
Error about "You don't have the required permissions to perform this operation."
Additional context
Trying to use github actions to release an apk for a free opensource project in an organization. And I want to upload artifact to Github Release #182 so I don't need to pay for Google/Apple to upload to store, because it is a free opensourced project.