diff --git a/.github/workflows/moving-cards.yml b/.github/workflows/moving-cards.yml index 3c8f78d6ba..c84da79c15 100644 --- a/.github/workflows/moving-cards.yml +++ b/.github/workflows/moving-cards.yml @@ -75,4 +75,4 @@ jobs: assignees: ${{ env.SUPPORT_TEAM_STRING }} removePreviousAssignees: true # teams: XXX - repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + repo-token: "${{ secrets.GHPROJECT_TOKEN }}" \ No newline at end of file diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 7848c265ad..5801fd0207 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -44,7 +44,7 @@ jobs: assignees: ${{ env.TRIAGE_TEAM_STRING }} removePreviousAssignees: false # teams: XXX - repo-token: "${{ secrets.GITHUB_TOKEN }}" + repo-token: "${{ secrets.GHPROJECT_TOKEN }}" - name: Send to the board if: ${{ github.actor != 'bitnami-bot' }} uses: peter-evans/create-or-update-project-card@v2 @@ -60,4 +60,4 @@ jobs: with: add-labels: ${{ (!contains(fromJson(env.BITNAMI_TEAM), github.actor)) && 'triage' || 'bitnami' }} # For reopened issues - remove-labels: "solved" + remove-labels: "solved" \ No newline at end of file