Skip to content

Commit

Permalink
[FIX] More logic variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
ponsfrilus committed Jul 12, 2022
1 parent 39c4e5e commit 008c78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-gh-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ REPO_NAME=$(echo $REPO_GH_PATH | cut -d'/' -f2)
GH_URL=https://github.com/
GH_API=https://api.github.com
# https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
GH_ACCESS_TOKEN=$WPEP_GH_TOKEN
GH_ACCESS_TOKEN=$GH_ACCESS_TOKEN
# https://github.com/epfl-si/wpforms-epfl-payonline
REPO_HTTP_URL=$GH_URL$REPO_GH_PATH
# https://github.com/epfl-si/wpforms-epfl-payonline/releases
Expand Down

0 comments on commit 008c78e

Please sign in to comment.