Skip to content

Commit

Permalink
Merge pull request #7 from Expensify/andrew-token
Browse files Browse the repository at this point in the history
Use the correct ID for the token
  • Loading branch information
johnmlee101 authored Oct 16, 2024
2 parents 38211bd + a0f1613 commit 6169d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Variables
repository="${{ inputs.repository }}"
token="${{ steps.app-token.outputs.token }}"
token="${{ steps.generateAppToken.outputs.token }}"
file1_path="package.json"
file2_path="package-lock.json"
Expand Down

0 comments on commit 6169d50

Please sign in to comment.