Skip to content

Commit

Permalink
Try using a token value
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Jervis committed Jul 26, 2022
1 parent 0a5e6fc commit ca37e0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# changesets-snapshot

## 0.0.11

### Patch Changes

- Try using a fake token instead of an empty string

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.10",
"version": "0.0.11",
"name": "changesets-snapshot",
"main": "dist/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const publishSnapshot = async () => {

const cwd = process.cwd();

process.env.GITHUB_TOKEN = '';
process.env.GITHUB_TOKEN = 'token';

const npmToken = process.env.NPM_TOKEN;
if (!npmToken) {
Expand Down

0 comments on commit ca37e0e

Please sign in to comment.