Skip to main content

Surge token

Description

General

  • Documentation: https://surge.sh/help/
  • Summary: Surge is a service to publish static websites.
  • IPs allowlist: This feature is not available.
  • Scopes: This feature is not available.

Revoke the secret

This feature is not available.

Check for suspicious activity

This feature is not available.

Details for Surge token

  • Family: Api

  • Category: Payment system

  • Company: Surge

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.21

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames:
- (?i:jd)
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- surge([^ron]|$)

Examples

- text: |
export SURGE_TOKEN=f9c2fcb6c5374e21aa2cf04b80066a7f
export DEPLOY_DOMAIN=https://pr-${TRAVIS_PULL_REQUEST}-testdomain.surge.sh
surge --project ./build --domain $DEPLOY_DOMAIN;
apikey: f9c2fcb6c5374e21aa2cf04b80066a7f
- text: export SURGE_TOKEN=f9c2fcb6c5374e21aa2cf04b80066a7f export DEPLOY_DOMAIN=https://pr-${TRAVIS_PULL_REQUEST}-testdomain.surge.sh surge --project ./build --domain $DEPLOY_DOMAIN;

apikey: f9c2fcb6c5374e21aa2cf04b80066a7f

How can I help you ?