Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
get back to GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin committed Nov 23, 2023
1 parent e8a4f8a commit d9d637a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ jobs:
git push origin $BRANCH_NAME
# Store credentials for the Github CLI
echo "${{ secrets.GH_TOKEN }}" > access_token.txt
# Authorize GitHub CLI for the current repository and
# create a pull-requests containing the updates
# create a pull-requests containing the updates.
gh auth login --with-token < access_token.txt
gh pr create \
--body "" \
--title "$COMMIT_MESSAGE" \
Expand Down

0 comments on commit d9d637a

Please sign in to comment.