Your one-stop-cake-shop for everything Freshly Baked has to offer

ci(*/github): add specific project mirrors #69

merged opened by a.starrysky.fyi targeting main from test
Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3m2fjidt5ot22
+9 -1
Interdiff #0 #1
+9 -1
.tangled/workflows/github.yml
··· 4 4 5 5 when: 6 6 - event: ["push"] 7 - branch: ["release", "test"] 7 + branch: ["release"] 8 8 9 9 engine: nixery 10 10 ··· 36 36 git fetch --unshallow origin 37 37 git fetch github 38 38 git push github HEAD:refs/heads/release 39 + - name: Write SSH Key 40 + command: | 41 + echo "$KEY_SSH_GITHUB_PACKETMIX" > /tmp/key-ssh-github 42 + chmod 600 /tmp/key-ssh-github 39 43 - name: Push packetmix to GitHub 40 44 command: | 41 45 cd .. ··· 44 48 git remote add github git@github.com:FreshlyBakedCake/PacketMix.git 45 49 git fetch github 46 50 git push github origin/refs/heads/release:refs/heads/release 51 + - name: Write SSH Key 52 + command: | 53 + echo "$KEY_SSH_GITHUB_SPRINKLES" > /tmp/key-ssh-github 54 + chmod 600 /tmp/key-ssh-github 47 55 - name: Push sprinkles to GitHub 48 56 command: | 49 57 cd ..

History

2 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
ci(*/github): add specific project mirrors
expand 0 comments
pull request successfully merged