Define action version to Git action (#2875)

This commit is contained in:
Cesar N
2023-06-13 17:16:46 -07:00
committed by GitHub
parent c1b9b4c81b
commit fc4263e2f9

View File

@@ -12,7 +12,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@RELEASE_VERSION
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/miniohq/projects/2
github-token: ${{ secrets.BOT_PAT }}