Skip to content

Commit

Permalink
test 1 - with app
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub committed Nov 17, 2024
1 parent 99d3bfa commit e9dafb9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/modify-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,15 @@ jobs:
git add . && git commit -m "${title}"
git push origin "${fbranch}:${fbranch}"
- name: generate token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: submit pull request
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
run: |
echo '### SCI Test' > body.md
echo '' >> body.md
Expand Down

0 comments on commit e9dafb9

Please sign in to comment.