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

FIO-7336: formio-cli-run-tests-in-gh-actions #70

Merged
merged 5 commits into from
Apr 4, 2024

Conversation

ryanformio
Copy link
Contributor

@ryanformio ryanformio commented Mar 18, 2024

image

Line 69 in createTemplate.js causing above error.

@ryanformio
Copy link
Contributor Author

When commenting out line 69 from createTemplate.js

image

@ryanformio ryanformio marked this pull request as ready for review March 18, 2024 20:04
@@ -66,7 +66,7 @@ module.exports = (template) => {
const result = await request(template.appSrc)
.post('/project')
.set('x-admin-key', process.env.ADMIN_KEY)
.set('x-raw-data-access', createHmac('sha256', template.xToken).digest('hex'))
// .set('x-raw-data-access', createHmac('sha256', template.xToken).digest('hex'))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would just remove the line entirely.

@travist travist merged commit 370662d into master Apr 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants