We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d8470 commit ad6ce4aCopy full SHA for ad6ce4a
1 file changed
.github/workflows/ci.yaml
@@ -28,8 +28,5 @@ jobs:
28
poetry run task lint
29
- name: Push rendered project
30
run: |
31
- cd build/
32
- mv .github .github_/ && cp -R ../.github/ .github/
33
- git commit -q --amend --no-edit
34
- git config --local http.https://github.com/.extraheader "$(git -C .. config --get http.https://github.com/.extraheader)"
35
- git push -fu $(git -C .. config --get remote.origin.url) rendered
+ REMOTE=https://${GITHUB_ACTOR}:${{ secrets.GH_PAT }}@github.com/${GITHUB_REPOSITORY}.git
+ git -C build push -fu $REMOTE rendered
0 commit comments