mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
host github-private
|
||||
hostname ssh.github.com
|
||||
user git
|
||||
port 443
|
||||
IdentityFile ~/.ssh/keys/github-private.pub
|
||||
IdentitiesOnly yes
|
||||
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaIAP/ZJ7+7jeR44e1yIJjfQAB6MN351LDKJAXVF62P
|
||||
@@ -0,0 +1,4 @@
|
||||
export NPM_GITHUB_TOKEN="op://jpksggxxmcuwnbwkooktr3iqcy/ut3yag6r7y4bsfrztahp7pcc6q/password"
|
||||
export NODE_AUTH_TOKEN=$NPM_GITHUB_TOKEN
|
||||
export GITHUB_TOKEN=$NPM_GITHUB_TOKEN
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
[user]
|
||||
email = morten@olsen.pro
|
||||
name = Morten Olsen
|
||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaIAP/ZJ7+7jeR44e1yIJjfQAB6MN351LDKJAXVF62P
|
||||
|
||||
[url "git@github-private:morten-olsen/"]
|
||||
insteadOf = https://github.com/morten-olsen/
|
||||
|
||||
[url "ssh://git@giteaa.olsen.cloud:2202/"]
|
||||
insteadOf = ssh://git@gitea.olsen.cloud:2202/
|
||||
@@ -0,0 +1,3 @@
|
||||
@morten-olsen:registry=https://npm.pkg.github.com
|
||||
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
|
||||
|
||||
Reference in New Issue
Block a user