Skip to content

Commit

Permalink
fix gh token var
Browse files Browse the repository at this point in the history
  • Loading branch information
yapishu committed Oct 23, 2024
1 parent 255c4a5 commit f686bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ylem-container-prod-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const { GITHUB_TOKEN } = process.env;
const { GH_TOKEN } = process.env;
await github.repos.createDispatchEvent({
owner: 'tloncorp',
repo: 'ylem',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ylem-container-test-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const { GITHUB_TOKEN } = process.env;
const { GH_TOKEN } = process.env;
await github.repos.createDispatchEvent({
owner: 'tloncorp',
repo: 'ylem',
Expand Down

0 comments on commit f686bbc

Please sign in to comment.