From 7906f2ee78cd8cbbc8f46e65250758b4745435e1 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Wed, 2 Mar 2022 12:24:18 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce4f977..e939ad3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v1 + # Pointing to a branch name generally isn't the safest way to refer to an action, + # but this is how you can use this action now before we've begun creating releases. + - uses: actions/add-to-project@main with: project-url: https://github.com/orgs//projects/ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}