Skip to content

Commit

Permalink
fix(github): publish to pass app credentials (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov authored Sep 11, 2024
1 parent d0b1356 commit cfc6751
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ on:
jobs:
publish:
if: github.event.pull_request.merged == true
name: Publish
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 cfc6751

Please sign in to comment.