We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f5140 commit f2ae47eCopy full SHA for f2ae47e
.github/workflows/publish.yaml
@@ -14,5 +14,8 @@ jobs:
14
if: github.event.pull_request.merged == true
15
uses: atls/shared/.github/workflows/publish.yaml@master
16
permissions: write-all
17
+ with:
18
+ appId: ${{ vars.ATLANTIS_SUPER_BOT_APP_ID }}
19
secrets:
20
+ appPrivateKey: ${{ secrets.ATLANTIS_SUPER_BOT_PRIVATE_KEY }}
21
npmAuthToken: ${{ secrets.NPM_TOKEN }}
0 commit comments