Skip to content

Commit

Permalink
chore(gha): temporarily use github bot's token
Browse files Browse the repository at this point in the history
While waiting for fal-bot's one to be approved.
  • Loading branch information
efiop authored Apr 19, 2024
1 parent c46465e commit d20beb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
env:
PROJECT_NAME: ${{ github.event.inputs.project_name }}
BUMP_VERSION: ${{ github.event.inputs.bump_version }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
#GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ github.token }}
run: |
last_tag=$(git describe --tags --abbrev=0 --match "${PROJECT_NAME}_v*")
regex="^${PROJECT_NAME}_v([0-9]*).([0-9]*).([0-9]*)$"
Expand Down

0 comments on commit d20beb1

Please sign in to comment.