Skip to content

Commit a25efbf

Browse files
committed
comment out code in main.yml so gh action doesn't deploy
1 parent 139a7f8 commit a25efbf

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
on:
2-
push:
3-
branches:
4-
- main
5-
env:
6-
DEFAULT_ACCOUNT_ID: ${{ secrets.HUBSPOT_ACCOUNT_ID }}
7-
DEFAULT_PERSONAL_ACCESS_KEY: ${{ secrets.HUBSPOT_PERSONAL_ACCESS_KEY }}
8-
jobs:
9-
deploy:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v4
14-
- name: HubSpot Project Action
15-
uses: HubSpot/[email protected]
1+
# This is an example of a GitHub Actions workflow file for auto-deploying a HubSpot project to your HubSpot account when you push to the main branch. You can use this file as a template.
2+
# on:
3+
# push:
4+
# branches:
5+
# - main
6+
# env:
7+
# DEFAULT_ACCOUNT_ID: ${{ secrets.HUBSPOT_ACCOUNT_ID }}
8+
# DEFAULT_PERSONAL_ACCESS_KEY: ${{ secrets.HUBSPOT_PERSONAL_ACCESS_KEY }}
9+
# jobs:
10+
# deploy:
11+
# runs-on: ubuntu-latest
12+
# steps:
13+
# - name: Checkout
14+
# uses: actions/checkout@v4
15+
# - name: HubSpot Project Action
16+
# uses: HubSpot/[email protected]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ This project uses a distributed architecture where a HubSpot UI Extension commun
133133
This project uses GitHub Actions to auto-deploy the project to your HubSpot account when you push to the main branch. Your GitHub Actions workflow file is located in the `.github/workflows/main.yml` file.
134134

135135
In your GitHub repository, create two new secrets for:
136-
- HUBSPOT_ACCOUNT_ID: the ID of your HubSpot account.
137-
- HUBSPOT_PERSONAL_ACCESS_KEY: your personal access key.
136+
- `HUBSPOT_ACCOUNT_ID`: the ID of your HubSpot account.
137+
- `HUBSPOT_PERSONAL_ACCESS_KEY`: your personal access key.
138138
### Dependencies
139139
This project relies on a serverless function to process the sitemap/URL to parse the content and generate the LLMs.txt file. The function then uses the HubSpot Files API to upload the file to the HubSpot File Manager. To call the function, the app uses the `hubspot.fetch` function to make a POST request to an API endpoint that the function interacts with.
140140

0 commit comments

Comments
 (0)