-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -596,6 +596,12 @@ jobs: | |
SALESFORCE_CONSUMER_KEY_ACCOUNT2: ${{ secrets.SALESFORCE_CONSUMER_KEY_ACCOUNT2}} | ||
SALESFORCE_CONSUMER_PASSWORD_ACCOUNT2: ${{ secrets.SALESFORCE_CONSUMER_PASSWORD_ACCOUNT2}} | ||
|
||
- name: Update DOCS | ||
run: | | ||
sudo gem install bashly | ||
cd ./scripts/cli | ||
./playground update-docs | ||
- name: Update README | ||
run: | | ||
cd ./scripts/cli | ||
|
@@ -606,26 +612,13 @@ jobs: | |
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY}} | ||
AWS_REGION: ${{ secrets.AWS_REGION}} | ||
|
||
- name: Pushes content.md | ||
uses: dmnemec/copy_file_to_another_repo_action@main | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.CI_GITHUB_TOKEN }} | ||
with: | ||
source_file: './docs/content.md' | ||
destination_repo: 'vdesabou/kafka-docker-playground-docs' | ||
destination_folder: 'docs' | ||
user_email: '[email protected]' | ||
user_name: 'vdesabou' | ||
commit_message: 'updating with latest versions' | ||
|
||
- name: Pushes introduction.md | ||
- name: Pushes docs | ||
uses: dmnemec/copy_file_to_another_repo_action@main | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.CI_GITHUB_TOKEN }} | ||
with: | ||
source_file: './docs/introduction.md' | ||
source_file: './docs' | ||
destination_repo: 'vdesabou/kafka-docker-playground-docs' | ||
destination_folder: 'docs' | ||
user_email: '[email protected]' | ||
user_name: 'vdesabou' | ||
commit_message: 'updating with latest versions' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,27 +23,15 @@ jobs: | |
cd ./scripts/cli | ||
./playground update-docs | ||
# - name: Update README | ||
# run: | | ||
# cd ./scripts/cli | ||
# ./playground update-readme --tags "7.6.1" | ||
# env: | ||
# GH_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }} | ||
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID}} | ||
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY}} | ||
# AWS_REGION: ${{ secrets.AWS_REGION}} | ||
|
||
# - name: Pushes content.md | ||
# uses: dmnemec/copy_file_to_another_repo_action@main | ||
# env: | ||
# API_TOKEN_GITHUB: ${{ secrets.CI_GITHUB_TOKEN }} | ||
# with: | ||
# source_file: './docs/content.md' | ||
# destination_repo: 'vdesabou/kafka-docker-playground-docs' | ||
# destination_folder: 'docs' | ||
# user_email: '[email protected]' | ||
# user_name: 'vdesabou' | ||
# commit_message: 'updating with latest versions' | ||
- name: Update README | ||
run: | | ||
cd ./scripts/cli | ||
./playground update-readme --tags "7.6.1" | ||
env: | ||
GH_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }} | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID}} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY}} | ||
AWS_REGION: ${{ secrets.AWS_REGION}} | ||
|
||
- name: Pushes docs | ||
uses: dmnemec/copy_file_to_another_repo_action@main | ||
|
@@ -52,7 +40,6 @@ jobs: | |
with: | ||
source_file: './docs' | ||
destination_repo: 'vdesabou/kafka-docker-playground-docs' | ||
#destination_folder: 'docs' | ||
user_email: '[email protected]' | ||
user_name: 'vdesabou' | ||
commit_message: 'updating with latest versions' |