diff --git a/.github/workflows/add-issue-to-project.yml b/.github/workflows/add-issue-to-project.yml index f3075cb..fd95a24 100644 --- a/.github/workflows/add-issue-to-project.yml +++ b/.github/workflows/add-issue-to-project.yml @@ -12,7 +12,7 @@ jobs: name: Add issue to operations project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v1.0.0 + - uses: actions/add-to-project@v1.0.1 with: project-url: https://github.com/orgs/openstreetmap/projects/1 github-token: ${{ secrets.GHA_OPS_PROJECT_TOKEN }} \ No newline at end of file