Skip to content

Commit

Permalink
fix: fixed templates for "main" and "other" which were incorrectly ma…
Browse files Browse the repository at this point in the history
…pping api_token secret
  • Loading branch information
yankeeinlondon committed Oct 31, 2022
1 parent e0a1912 commit ca7bd57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js-ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: testing
uses: yankeeinlondon/gha/.github/workflows/test.yml@main
secrets:
api_token: ${{secrets.GH_TOKEN}}
api_token: ${{secrets.API_TOKEN}}
gh_token: ${{secrets.GH_TOKEN}}
bitbucket_token: ${{secrets.BITBUCKET_TOKEN}}
gitlab_token: ${{secrets.GITLAB_TOKEN}}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/js-ci-other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ on:
jobs:
testing:
uses: yankeeinlondon/gha/.github/workflows/test.yml@main
secrets:
api_token: ${{secrets.API_TOKEN}}
gh_token: ${{secrets.GH_TOKEN}}
bitbucket_token: ${{secrets.BITBUCKET_TOKEN}}
gitlab_token: ${{secrets.GITLAB_TOKEN}}

0 comments on commit ca7bd57

Please sign in to comment.