We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20dc1d commit fddb005Copy full SHA for fddb005
1 file changed
.github/workflows/release.yml
@@ -71,8 +71,8 @@ jobs:
71
id: publisher-token
72
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
73
with:
74
- app-id: ${{ secrets.ML_REPO_ACCESS_APP_ID }}
75
- private-key: ${{ secrets.ML_REPO_ACCESS_PRIVATE_KEY }}
+ app-id: ${{ secrets.TOPO_DEBUG_ACCESS_APP_ID }}
+ private-key: ${{ secrets.TOPO_ACCESS_APP_PRIVATE_KEY }}
76
owner: Arm-Debug
77
repositories: remoteproc-runtime-publisher
78
0 commit comments