Skip to content

Commit

Permalink
ci: use service account
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Nov 7, 2023
1 parent fe2b517 commit bd0ff58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# build and deploy the docs
npm run deploy
env:
GIT_USER: "B4nan:${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}"
GIT_USER: "apify-service-account:${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}"
GH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
APIFY_SIGNING_TOKEN: ${{ secrets.APIFY_SIGNING_TOKEN }}

Expand Down
14 changes: 0 additions & 14 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,6 @@ module.exports = {
'dropdownItemsBefore': [],
'dropdownItemsAfter': [],
},
// {
// type: 'docsVersionDropdown',
// position: 'left',
// dropdownItemsAfter: [
// {
// href: 'https://sdk.apify.com/docs/guides/getting-started',
// label: '2.2',
// },
// {
// href: 'https://sdk.apify.com/docs/1.3.1/guides/getting-started',
// label: '1.3',
// },
// ],
// },
],
},
},
Expand Down

0 comments on commit bd0ff58

Please sign in to comment.