Skip to content

Commit

Permalink
Use gh token
Browse files Browse the repository at this point in the history
Include the gh token
  • Loading branch information
darksidemilk authored Aug 5, 2024
1 parent 1aa6e82 commit 745db0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stable-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: clone repo, cd into it, and fetch all
run: gh repo clone FOGProject/fogproject && cd fogproject && git fetch --all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: create pull request
run: gh pr create -B stable -H dev-branch --title 'Monthly Release PR' --body 'Created by Github action'
env:
Expand Down

0 comments on commit 745db0c

Please sign in to comment.