1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2024-09-18 17:36:16 +00:00

end-to-end user is replaced with the cascading-pr user

This commit is contained in:
Earl Warren 2023-11-07 17:35:16 +01:00
parent a7894236f5
commit 4f1763752a
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -14,12 +14,12 @@ jobs:
with:
origin-url: ${{ env.GITHUB_SERVER_URL }}
origin-repo: ${{ github.repository }}
origin-token: ${{ secrets.END_TO_END_CASCADING_PR_ORIGIN }}
origin-token: ${{ secrets.CASCADING_PR_ORIGIN }}
origin-pr: ${{ github.event.pull_request.number }}
destination-url: ${{ env.GITHUB_SERVER_URL }}
destination-repo: forgejo/end-to-end
destination-fork-repo: end-to-end/end-to-end
destination-fork-repo: cascading-pr/end-to-end
destination-branch: main
destination-token: ${{ secrets.END_TO_END_CASCADING_PR_DESTINATION }}
destination-token: ${{ secrets.CASCADING_PR_DESTINATION }}
close-merge: true
update: .forgejo/cascading-pr-end-to-end