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

end-to-end is in the forgejo organization

This commit is contained in:
Earl Warren 2023-10-29 17:06:52 +01:00
parent 6e64c34d26
commit f695aa51ff
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -17,7 +17,7 @@ jobs:
origin-token: ${{ secrets.END_TO_END_CASCADING_PR_ORIGIN }} origin-token: ${{ secrets.END_TO_END_CASCADING_PR_ORIGIN }}
origin-pr: ${{ github.event.pull_request.number }} origin-pr: ${{ github.event.pull_request.number }}
destination-url: ${{ env.GITHUB_SERVER_URL }} destination-url: ${{ env.GITHUB_SERVER_URL }}
destination-repo: actions/end-to-end destination-repo: forgejo/end-to-end
destination-branch: main destination-branch: main
destination-token: ${{ secrets.END_TO_END_CASCADING_PR_DESTINATION }} destination-token: ${{ secrets.END_TO_END_CASCADING_PR_DESTINATION }}
close-merge: true close-merge: true