Skip to content

Commit

Permalink
Try again to fix workflow_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Dec 12, 2023
1 parent 617636e commit 3bd01fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow_tests/assertions/createNewVersionAssertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const assertCreateNewVersionJobExecuted = (workflowResult, semverLevel = 'BUILD'
'CREATENEWVERSION',
'Generate version',
[
{key: 'GITHUB_TOKEN', value: 'os_botify_token'},
{key: 'GITHUB_TOKEN', value: '***'},
{key: 'SEMVER_LEVEL', value: semverLevel},
],
[],
Expand Down

0 comments on commit 3bd01fb

Please sign in to comment.