Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: re-enable CLI command docs auto-update #3001

Merged
merged 9 commits into from
Sep 23, 2024
Prev Previous commit
Next Next commit
remove debian key
  • Loading branch information
k80bowman committed Aug 30, 2024
commit 72fe5317c521595bb102c402fc71e9927474b949
2 changes: 0 additions & 2 deletions .github/workflows/devcenter-doc-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
update-devcenter-command-docs:
name: Update Devcenter command docs
runs-on: ubuntu-latest
environment: SignDebian
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
Expand All @@ -33,7 +32,6 @@ jobs:
cd packages/cli
./scripts/postrelease/dev_center_docs
env:
HEROKU_DEB_SECRET_KEY: ${{ secrets.HEROKU_DEB_SECRET_KEY }}
HEROKU_DEVCENTER_API_KEY: ${{ secrets.HEROKU_DEVCENTER_API_KEY }}
- name: Upload md file as artifact
uses: actions/upload-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion scripts/postrelease/dev_center_docs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if [[ "${PACKAGE_VERSION}" == *"-"* ]]; then
exit
fi

echo "$HEROKU_DEB_SECRET_KEY" | base64 -d | gpg --import
cat << EOF > ~/.netrc
machine api.heroku.com
login heroku-cli@salesforce.com
Expand Down