-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Description
Ok, I may be being really dumb here but
I get permission denied
my workflow file:
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Main Checkout
- uses: actions/checkout@v2
name: Secondary Checkout
with:
repository: sabuto/bot-test2
path: bot-test2
- name: move file to other repo
run: \cp -Rv .github/sabubot.yml bot-test2/.github/sabubot.yml
- name: commit to local
run: |
cd bot-test2
git config --local user.email "robe_dunne@hotmail.com"
git config --local user.name "sabuto"
git add .
git commit -m "Add changes"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_PSA }}
repository: sabuto/bot-test2I have the psa key setup in the repo that is triggering the workflow

which is a personal access token with all rights.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
