diff --git a/.github/workflows/keep-workflow-packages-up-to-date.yml b/.github/workflows/keep-workflow-packages-up-to-date.yml index 24059e3..4407a64 100644 --- a/.github/workflows/keep-workflow-packages-up-to-date.yml +++ b/.github/workflows/keep-workflow-packages-up-to-date.yml @@ -15,10 +15,10 @@ jobs: - uses: actions/checkout@v3 with: # [Required] Access token with `workflow` scope. - token: ${{ secrets.WORKFLOW_SECRET }} + token: ${{ secrets.GIT_BOT_TOKEN }} - name: Run GitHub Actions Version Updater uses: saadmk11/github-actions-version-updater@v0.8.1 with: # [Required] Access token with `workflow` scope. - token: ${{ secrets.WORKFLOW_SECRET }} + token: ${{ secrets.GIT_BOT_TOKEN }}