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

Getting a 'Permission Denied' error with a simple use case #92

Open
tking16 opened this issue Oct 17, 2023 · 2 comments
Open

Getting a 'Permission Denied' error with a simple use case #92

tking16 opened this issue Oct 17, 2023 · 2 comments

Comments

@tking16
Copy link

tking16 commented Oct 17, 2023

Error:

  Entries removed from PATH to avoid conflicts with default Ruby:
    /Users/automationm2mini/.rvm/gems/ruby-2.7.7-guacamole/bin
    /Users/automationm2mini/.rvm/gems/ruby-2.7.7-guacamole@global/bin
    /Users/automationm2mini/.rvm/rubies/ruby-2.7.7-guacamole/bin
  Entries added to PATH to use selected Ruby:
    /Users/runner/hostedtoolcache/Ruby/3.2.2/arm64/bin
Error: Error: EACCES: permission denied, mkdir '/Users/runner'

My Step:

      - name: Wait for APK to upload
        uses: lewagon/[email protected]
        with:
          ref: ${{ github.ref }}
          check-name: 'Upload apk'
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          wait-interval: 10
@ianbeemsterboerr
Copy link

I am also running into this issue on a MacOS self-hosted runner

@wilmer-suarez-simplisafe

I'm also seeing a similar issue:

Run lewagon/[email protected]
Run ruby/setup-ruby@v1
Modifying PATH
Error: Error: EACCES: permission denied, mkdir '/opt/hostedtoolcache'

Any workaround available?

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

No branches or pull requests

3 participants