Skip to content

Commit

Permalink
Use correct environment variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 1, 2024
1 parent 7bf64ee commit bfc2f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
req = urllib.request.Request(
url=f"https://api.github.com/repos/{os.environ['REPOSITORY']}",
url=f"https://api.github.com/repos/{os.environ['GITHUB_REPOSITORY']}",
headers={
"Authorization": "token ${{ secrets.GITHUB_TOKEN }}",
"Accept": "application/vnd.github.v3+json",
Expand Down

0 comments on commit bfc2f70

Please sign in to comment.