Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit a79ebaa

Browse files
committed
escape secrets syntax
1 parent 3d24be3 commit a79ebaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

responses/add-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: pullreminders/label-when-approved-action@master
1313
env:
1414
APPROVALS: "1"
15-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
GITHUB_TOKEN: $\{\{ secrets.GITHUB_TOKEN \}\}
1616
ADD_LABEL: "approved"
1717
REMOVE_LABEL: "awaiting review"
1818
```

0 commit comments

Comments
 (0)