Skip to content

Commit

Permalink
github api token update
Browse files Browse the repository at this point in the history
  • Loading branch information
lhllhx authored Nov 11, 2022
1 parent 6ed697a commit 861bbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def handler(event, context):
except:
pass
headers={}
headers["Authorization"] = github_token
headers["Authorization"] = 'Bearer '+ github_token
headers["Accept"]='application/vnd.github.v3.raw'
#plugins_path = os.path.join('./tmp/','plugins')
#plugins_path = os.path.join('/','tmp')
Expand Down

0 comments on commit 861bbea

Please sign in to comment.