Failing Workflows due to Permissions Denied
See original GitHub issueHi,
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.

- 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:
- Created 2 years ago
- Reactions:19
- Comments:6
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I added a
workaroundsectionThis 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?