Skip to content

Commit 29c82af

Browse files
committed
workflow remove redundant lines
1 parent 48d72e0 commit 29c82af

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/npmpublish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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/)",

0 commit comments

Comments
 (0)