Skip to content

Commit

Permalink
Merge pull request #152 from SFDO-Community/production-actions
Browse files Browse the repository at this point in the history
Prepare GitHub Actions CI
  • Loading branch information
cidarm authored Nov 16, 2024
2 parents c8e6e54 + d784f50 commit 575165a
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 161 deletions.
10 changes: 10 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Python
*.py @SFDO-Community/sfdo-release-engineers

# CumulusCI
/cumulusci.yml @SFDO-Community/sfdo-release-engineers
/tasks/ @SFDO-Community/sfdo-release-engineers

# Actions
/.github @SFDO-Community/sfdo-release-engineers
/scripts @SFDO-Community/sfdo-release-engineers
10 changes: 10 additions & 0 deletions .github/workflows/beta-2gp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Upload Beta Release (2GP)
on:
push:
branches:
- 'main'
jobs:
upload-beta:
uses: SFDO-Community/standard-workflows/.github/workflows/beta-2gp.yml@main
secrets:
dev-hub-auth-url: '${{ secrets.PACKAGING_ORG_AUTH_URL }}'
97 changes: 0 additions & 97 deletions .github/workflows/beta_release.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Feature Test"
on:
push:
branches:
- feature/**

jobs:
feature-test:
name: "Feature Test"
uses: "SFDO-Community/standard-workflows/.github/workflows/feature.yml@main"
secrets:
dev-hub-auth-url: "${{ secrets.DEV_HUB_AUTH_URL }}"
63 changes: 0 additions & 63 deletions .github/workflows/feature_build.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
on:
workflow_dispatch:
jobs:
upload-production-release-2gp:
name: "Upload Production Release (2GP)"
uses: SFDO-Community/standard-workflows/.github/workflows/production-2gp.yml@main
secrets:
dev-hub-auth-url: '${{ secrets.PACKAGING_ORG_AUTH_URL }}'
2 changes: 1 addition & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"name": "Grants Content Kit",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "54.0"
}
}

0 comments on commit 575165a

Please sign in to comment.