mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
use PAT (#8385)
This commit is contained in:
2
.github/workflows/package_dispatch.yml
vendored
2
.github/workflows/package_dispatch.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
- name: Dispatch event to monorepo
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github-token: ${{ secrets.PAT_WRITE_PKG }}
|
||||
script: |
|
||||
const payload = {
|
||||
package_name: "${{ github.event.registry_package.name }}",
|
||||
|
Reference in New Issue
Block a user