We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80feb6 commit 1888a2bCopy full SHA for 1888a2b
.github/workflows/checks.yaml
@@ -7,7 +7,5 @@ on:
7
8
jobs:
9
check:
10
- name: Checks
11
- if: github.event.pull_request.merged == false && github.event.action != 'closed'
12
uses: atls/shared/.github/workflows/checks.yaml@master
13
permissions: write-all
.github/workflows/publish.yaml
@@ -12,8 +12,10 @@ on:
publish:
14
if: github.event.pull_request.merged == true
15
- name: Publish
16
uses: atls/shared/.github/workflows/publish.yaml@master
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