Skip to content

Commit

Permalink
Use fake token in Bitrise examples
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Jan 13, 2024
1 parent 19d7316 commit 6066cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/bitrise/bitrise.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class Bitrise extends BaseJsonService {
}),
queryParam({
name: 'token',
example: '859FMDR8QHwabCzwvZK6vQ',
example: 'abc123def456',
required: true,
}),
],
Expand All @@ -49,7 +49,7 @@ export default class Bitrise extends BaseJsonService {
}),
queryParam({
name: 'token',
example: '859FMDR8QHwabCzwvZK6vQ',
example: 'abc123def456',
required: true,
}),
],
Expand Down

0 comments on commit 6066cb3

Please sign in to comment.