diff --git a/.github/workflows/proaction.yaml b/.github/workflows/proaction.yaml index 1969176b9..276fd6e60 100644 --- a/.github/workflows/proaction.yaml +++ b/.github/workflows/proaction.yaml @@ -9,9 +9,10 @@ jobs: - uses: actions/checkout@v2 - uses: proactionhq/proaction/action@v0.3.4 + with: + token: ${{ secrets.PROACTION_TOKEN }} - uses: peter-evans/create-pull-request@v2 with: commit-message: "[proaction] updating workflow" title: Updating workflow from Proaction - token: ${{ secrets.PROACTION_TOKEN }}