Skip to content

Commit

Permalink
feat(workflows): update
Browse files Browse the repository at this point in the history
  • Loading branch information
atlantis-terraformer-bot[bot] authored Dec 17, 2024
1 parent 0a01c60 commit 7531d39
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Publish to registry

on:
pull_request:
types:
- closed
branches:
- master
paths-ignore:
- '.github/**'

jobs:
publish:
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 7531d39

Please sign in to comment.