-
Notifications
You must be signed in to change notification settings - Fork 5
33 lines (30 loc) · 1.11 KB
/
changesets.yml
File metadata and controls
33 lines (30 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: Changesets
on:
push:
branches:
- main
permissions: {}
jobs:
changesets:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
outputs:
changesets_published: ${{ steps.changesets.outputs.published }}
changesets_publishedPackages: ${{ steps.changesets.outputs.publishedPackages }}
steps:
- name: changesets
id: changesets
uses: smartcontractkit/.github/actions/cicd-changesets@cicd-changesets/1.1.2
with:
git-user: app-token-issuer-integrations[bot]
git-email: app-token-issuer-integrations[bot]@users.noreply.github.com
# Tags created like: <pkg>/v<version>
changesets-tag-separator: "/v"
# Except the root package, which is tagged like: v<version> (Go module convention)
changesets-root-version-package-path: ./pkg/package.json
pnpm-use-cache: false
aws-region: ${{ vars.AWS_REGION }}
aws-role-arn: ${{ secrets.AWS_OIDC_CHAINLINK_TON_CHANGESETS_TOKEN_ISSUER_ROLE_ARN }}
aws-lambda-url: ${{ secrets.AWS_LAMBDA_URL_GATI_CHANGESETS }}