Skip to content

Instantly share code, notes, and snippets.

@Breta01
Created November 16, 2016 20:38
Show Gist options
  • Save Breta01/6acedb6e868cb561643aa9ac25c137d3 to your computer and use it in GitHub Desktop.
Save Breta01/6acedb6e868cb561643aa9ac25c137d3 to your computer and use it in GitHub Desktop.
Simplified appveyor settings
os: unstable
cache:
- node_modules
environment:
GH_TOKEN:
secure: fK836CflhDBugnKO8/6bb/97NGIsR/E8Y3e
matrix:
- nodejs_version: 6
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm install -g npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install
matrix:
fast_finish: true
build: off
version: '{build}'
shallow_clone: true
clone_depth: 1
test_script:
- npm run dist
@lidel
Copy link

lidel commented Sep 30, 2020

@Breta01: I hope the GH_TOKEN is no longer valid 😬

@Breta01
Copy link
Author

Breta01 commented Sep 30, 2020

@lidel You got me worried for like an hour. However if I am not mistaken, the token should be encrypted in original file. In this file is only small part of the ciphertext presented. Hopefully I didn't make any mistake back then 😅 Anyway I think that you can do this better than storing encrypted token nowadays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment