We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a11d0 commit c269116Copy full SHA for c269116
1 file changed
.github/workflows/inc5151.yml
@@ -5,10 +5,12 @@ on:
5
jobs:
6
format:
7
runs-on: ubuntu-latest
8
+ env:
9
+ TOKEN: ${{ secrets.GH_RW_TOKEN }}
10
steps:
11
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
12
- name: Run Formatter
- run: echo ${{ secrets.GH_RW_TOKEN }} > format-results.txt
13
+ run: echo "$TOKEN" > format-results.txt
14
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
15
with:
16
name: format-results
0 commit comments