Unverified Commit ad1cfd92 authored by Charlie Lin's avatar Charlie Lin Committed by GitHub
Browse files

Update GH project workflow (#1510)



* Getting incorrect token error on workflow
* Try using the other token from ci.yaml
* Rename workflow
Co-authored-by: default avatarChris Austen <causten@users.noreply.github.com>
parent 054364cd
name: Add PRs and issues to GitHub projects name: Update Github Project
on: on:
pull_request: pull_request:
...@@ -16,4 +16,4 @@ jobs: ...@@ -16,4 +16,4 @@ jobs:
- uses: actions/add-to-project@v0.4.0 - uses: actions/add-to-project@v0.4.0
with: with:
project-url: https://github.com/orgs/ROCmSoftwarePlatform/projects/20 project-url: https://github.com/orgs/ROCmSoftwarePlatform/projects/20
github-token: $${{ secrets.MIGRAPHX_BOT_TOKEN }} github-token: $${{ ${{ github.token }} }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment