Skip to content

Commit ee7db57

Browse files
committed
chore: prepare repository for opensource
1 parent 65b8226 commit ee7db57

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Release
66
on:
77
push:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
conventional-commit-release:
@@ -53,14 +53,3 @@ jobs:
5353
# GitHub sets the GITHUB_TOKEN secret automatically.
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
56-
- name: Copy Dist
57-
run : |
58-
TAG=${GORELEASER_CURRENT_TAG#v}
59-
cp 'terraform-registry-manifest.json' "dist/terraform-provider-quicknode_${TAG}_manifest.json"
60-
- name: Publish Private Provider
61-
uses: wparr-circle/terraform-cloud-provider-publish@e920d21d8cc221faf38377147062d769eeed6f8d # v1.4
62-
with:
63-
organization-name: circlefin
64-
organization-api-token: ${{ secrets.TF_CLOUD_TOKEN }}
65-
gpg-key: ${{ secrets.GPG_PUBLIC_KEY }}
66-
provider-directory: dist

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
schedule:
55
- cron: '34 23 * * 2'
66
push:
7-
branches: [ "master" ]
7+
branches: [ "main" ]
88
pull_request:
9-
branches: [ "master" ]
9+
branches: [ "main" ]
1010

1111
permissions: {}
1212

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name: Tests
66
on:
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
push:
1111
branches:
12-
- master
12+
- main
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)