Skip to content

Commit

Permalink
fix(github): pass app credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Sep 11, 2024
1 parent 64f5140 commit dbeb1cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ jobs:
if: github.event.pull_request.merged == true
uses: atls/shared/.github/workflows/publish.yaml@master
permissions: write-all
with:
appId: ${{ vars.ATLANTIS_SUPER_BOT_APP_ID }}
secrets:
appPrivateKey: ${{ secrets.ATLANTIS_SUPER_BOT_PRIVATE_KEY }}
npmAuthToken: ${{ secrets.NPM_TOKEN }}

0 comments on commit dbeb1cf

Please sign in to comment.