File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,12 @@ jobs:
1919 runs-on : ubuntu-latest
2020 env :
2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2322 steps :
2423 - name : Checkout Repository
2524 uses : actions/checkout@v2
2625 with :
2726 fetch-depth : 0
2827
29- - name : Authenticate
30- run : |
31- git config --local user.email "action@github.com"
32- git config --local user.name "GitHub Action"
33- env :
34- github_token : ${{secrets.ACTIONS_ACCESS_KEY}}
35-
3628 - name : Install node 14
3729 uses : actions/setup-node@v2
3830 with :
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.22.2 " ,
2+ "version" : " 1.22.3 " ,
33 "name" : " @rapidapi/httpsnippet" ,
44 "description" : " HTTP Request snippet generator for *most* languages" ,
55 "author" : " Ahmad Nassri <ahmad@mashape.com> (https://www.mashape.com/)" ,
You can’t perform that action at this time.
0 commit comments