Skip to content

Commit 1e9b821

Browse files
authored
Merge pull request #207 from rtCamp/remove/vault-for-master
[Actions Update] Remove Vault dependency from workflows
2 parents 574774d + bb9c23a commit 1e9b821

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/phpcs_on_pull_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
uses: rtCamp/action-phpcs-code-review@master
1313
env:
1414
SKIP_FOLDERS: "tests,.github"
15-
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
16-
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
15+
GH_BOT_TOKEN: ${{ secrets.RTBOT_TOKEN }}
1716
with:
1817
args: WordPress,WordPress-Core,WordPress-Docs

0 commit comments

Comments
 (0)