diff --git a/.github/workflows/manifest.yml b/.github/workflows/manifest.yml index 89442864c0..a8155885e1 100644 --- a/.github/workflows/manifest.yml +++ b/.github/workflows/manifest.yml @@ -22,7 +22,8 @@ jobs: - name: Manifest uses: zephyrproject-rtos/action-manifest@16c4cfa380ae2b6fa3daddb1a35032e69422a20f with: - github-token: ${{ secrets.NCS_GITHUB_TOKEN }} + repo-token: ${{ secrets.GITHUB_TOKEN }} + #github-token: ${{ secrets.NCS_GITHUB_TOKEN }} manifest-path: 'west.yml' checkout-path: 'ncs/nrf' label-prefix: 'manifest-'