Skip to content

Commit f2ae47e

Browse files
authored
fix(github): pass app credentials (#274)
1 parent 64f5140 commit f2ae47e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ jobs:
1414
if: github.event.pull_request.merged == true
1515
uses: atls/shared/.github/workflows/publish.yaml@master
1616
permissions: write-all
17+
with:
18+
appId: ${{ vars.ATLANTIS_SUPER_BOT_APP_ID }}
1719
secrets:
20+
appPrivateKey: ${{ secrets.ATLANTIS_SUPER_BOT_PRIVATE_KEY }}
1821
npmAuthToken: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)