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.

Failing Workflows due to Permissions Denied

See original GitHub issue

Hi, All the workflows that rely on InVisionApp/private-action-loader are currently failing due to a 403, permissions denied to pull the repository

Did anything change recently on the settings side for this repository?
Something like, permissions to pull and interact with.

image

  • This is an example of my setup:
      - name: Workflow Context
        uses: invisionapp/private-action-loader@v3
        id: test
        with:
          pal-repo-token: ${{ secrets.ADMIN_PAT }}
          pal-repo-name: Test/actions
          pal-action-directory: js/workflow-context

Workarounds

  • This solves the problem without the need for InVisionApp/private-action-loader
      - uses: actions/checkout@v2
        with:
          repository: Org/PrivateActionsRepo
          path: ./path/where/to/clone
          token: ${{ secrets.ADMIN_PAT }}

      - name: Workflow Context
        id: context
        uses: path/where/to/clone/path/to/action
        with:
          args: 'Hello World'

Issue Analytics

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

github_iconTop GitHub Comments

6reactions
hitmandscommented, Apr 23, 2021

I added a workaround section

1reaction
chanancommented, Apr 23, 2021

This issue is very problematic for us as it breaks every single workflow we have throughout the whole organization. Is there any update that can be shared on this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

GitHub Actions workflow error: Permission denied
Explanation: The problem is being caused because the default user on the cirrusci/flutter:v1.7.8-hotfix.4 image doesn't have access to ...
Read more >
workflow failing with EACCES: permission denied #446 - GitHub
I ran into this issue using a Cypress browser docker image with Node v16. I fixed the problem by running job as a...
Read more >
Access denied when a user tries to approve a SharePoint ...
This behavior is by design. Users who try to approve a SharePoint 2010 Approval Workflow task, but who have only Edit permissions to...
Read more >
Permission Denied While executing Workflow
Error # while using local credential [No Login] - Permission denied. I cant seem to find a place to populate the credentials for...
Read more >
"CCM_10350 User [] was denied [SERVICE] permission on ...
In PowerCenter, any OS profile user who is trying to execute workflows from Workflow Manager using the Start Workflow Advanced option gets the ......
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