diff --git a/.github/workflows/pr-creation.yml b/.github/workflows/pr-creation.yml index c47ab26..0034d6d 100644 --- a/.github/workflows/pr-creation.yml +++ b/.github/workflows/pr-creation.yml @@ -26,7 +26,7 @@ jobs: - name: echo run: gh pr create --base main --title "Test from action" --body "" env: - TOKEN: ${{ steps.generate_token.outputs.token }} + GH_TOKEN : ${{ steps.generate_token.outputs.token }} # これすれば GITHUB_TOKEN でも動くけど、PR と紐づくわけではない diff --git a/pr-trigger-target/file.md b/pr-trigger-target/file.md index 6463952..a143845 100644 --- a/pr-trigger-target/file.md +++ b/pr-trigger-target/file.md @@ -3,3 +3,4 @@ update udpate update update +udpate