Skip to content

Commit

Permalink
include both tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
cakr322 committed Sep 6, 2024
1 parent d2d88d3 commit d12412d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hub-search-proxy/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ module.exports.bulk = async () => {
console.log('Exporting data from Contentful space id: ' + spaceId + ', environment: ' + contentfulEnv);
const options = {
spaceId: spaceId,
managementToken: mgmtToken,
deliveryToken: token,
environmentId: contentfulEnv,
contentOnly: true,
Expand Down

0 comments on commit d12412d

Please sign in to comment.