Skip to content

Commit

Permalink
Removes changesets setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzaldysanchez committed Nov 15, 2023
1 parent f5b988a commit 603f5f9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 63 deletions.
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/config.json

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/pull-request-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
# Avoid checking against the "Version Packages" PR from changesets itself.
- name: Check for changesets on PR
if: github.event_name == 'pull_request' && github.event.pull_request.head.ref != 'changeset-release/master'
uses: smartcontractkit/.github/actions/guard-from-missing-changesets@main
with:
trunk-branch: "origin/master"
- name: Set matrix packages
id: set-matrix-packages
shell: bash
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,41 +178,3 @@ jobs:
# sonarqube inputs
sonar-token: ${{ secrets.SONAR_TOKEN }}
sonar-host-url: ${{ secrets.SONAR_HOST_URL }}

cd-release:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
outputs:
changesets_published: ${{ steps.cd-release.outputs.published }}
changesets_publishedPackages: ${{ steps.cd-release.outputs.publishedPackages }}
steps:
- name: cd-release
id: cd-release
uses: smartcontractkit/.github/actions/cicd-changesets@8720f77f170718126aab659bdd32edd7432556b3 # cicd-changesets@0.1.1
with:
# general inputs
git-user: app-token-issuer-data-feeds[bot]
git-email: app-token-issuer-data-feeds[bot]@users.noreply.github.com
pnpm-use-cache: false
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
aws-role-arn: ${{ secrets.AWS_ROLE_ARN_GATI_CHANGESETS }}
aws-lambda-url: ${{ secrets.AWS_LAMBDA_URL_GATI }}

cicd-build-publish-artifacts-release:
if: needs.cd-release.outputs.changesets_published == 'true'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
package: ${{ fromJson(needs.cd-release.outputs.changesets_publishedPackages) }}
permissions:
id-token: write
contents: read
actions: read
needs: [cd-release]
uses: ./.github/workflows/push-tag-release.yml
with:
tag: "${{ matrix.package.name }}@${{ matrix.package.version }}"

0 comments on commit 603f5f9

Please sign in to comment.