Skip to content

Commit cf2a15e

Browse files
committed
chore(ci): remove credentials stuff
1 parent d29a6f0 commit cf2a15e

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
uses: actions/setup-node@v1
4242
with:
4343
node-version: 12
44-
- run: git config credential.helper "store --file=.git/credentials"
45-
- run: 'echo "https://benjie:${GITHUB_TOKEN}@github.com" > .git/credentials'
4644
- run: yarn
4745
- run: yarn clean
4846
- run: yarn format

scripts/deploy

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ yarn test
1010
git clone "`git remote get-url origin`" __deploy
1111
cd __deploy
1212

13-
if [ -f ../.git/credentials ]; then
14-
git config credential.helper "store --file=.git/credentials"
15-
cp ../.git/credentials .git/credentials
16-
fi
17-
1813
git checkout master
1914
cp -af ../public/* ./
2015
echo 'www.graphile.org' > CNAME

0 commit comments

Comments
 (0)