Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
fix: Use other token
Browse files Browse the repository at this point in the history
  • Loading branch information
floric committed Aug 1, 2020
1 parent 2681ce6 commit 0bcf96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
SIZE=($(du -s dist/))
echo "::set-output name=code_size::$SIZE"
- uses: floric/[email protected].11
- uses: floric/[email protected].12
name: Update Report
with:
key: code-size
Expand Down
2 changes: 1 addition & 1 deletion src/io/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export async function createOrUpdateContent(
}

export function getContext() {
core.info(`Token: ${(github as any).token}`);
const token = core.getInput("token");
core.info(`Token: ${token}`);
const { owner, repo } = github.context.repo;
const { sha: releaseId } = github.context;
const context: MetricsContext = {
Expand Down

0 comments on commit 0bcf96f

Please sign in to comment.