We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd8c97 commit 21c9015Copy full SHA for 21c9015
1 file changed
.github/workflows/dco-assistant.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: contributor-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
- PERSONAL_ACCESS_TOKEN: ${{ secrets.DCO_ASSISTANT_TOKEN }}
+ PERSONAL_ACCESS_TOKEN: ${{ secrets.NSS_GHA_TOKEN }}
39
with:
40
path-to-signatures: "dco-signatures.json"
41
path-to-document: "https://github.com/NVIDIA-NeMo/safe-synthesizer/blob/main/DCO"
0 commit comments