-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.secrets.example
More file actions
22 lines (19 loc) · 876 Bytes
/
.secrets.example
File metadata and controls
22 lines (19 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# this is a template file for the `.secrets` file.
# use this file to customize the environment injected into the scripts
# rename this file to `.secrets` to enable it
#
# will be sourced into all `./scripts/*.sh` command scripts
#
# `.secrets` files can even be placed in any su package directory (example: `./packages/wp-plugin/foo/.secrets`)
#
# provide (classic!) github token for local workflow dvelopment or releaasing from local machine
# required github permissions : repo, workflow, write:packages, delete:packages, project, read:org
# GITHUB_TOKEN='my github secret'
# GitHub CLI (called 'gh') expects the token to be in the GH_TOKEN
# GH_TOKEN="$GITHUB_TOKEN"
#
# (optional) if given lint-fix will autofill empty translations
#
# DEEPL_API_KEY='your-key-goes-here'
# WPSCAN_TOKEN='get one from a sandbox or live installation or request is from WhappsDev Team'