diff --git a/.github/workflows/triage.yaml b/.github/workflows/triage.yaml index 9bba0c6..6a30980 100644 --- a/.github/workflows/triage.yaml +++ b/.github/workflows/triage.yaml @@ -18,7 +18,7 @@ jobs: private-key: ${{ secrets.RD_APP_PRIVATE_KEY }} installation-id: ${{ secrets.RD_APP_INSTALLATION_ID }} - name: set to project board - uses: actions/add-to-project@v1.0.1 + uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/labd/projects/3 github-token: ${{ steps.get-app-token.outputs.app-token }}