build docker failed with 401 Unauthorized (Set Up the Development Environment With Merlin Containers) #115
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: triage_issues | |
on: | |
issues: | |
types: [opened, reopened] | |
jobs: | |
triage_issue: | |
uses: nvidia-merlin/.github/.github/workflows/triage.yaml@main | |
secrets: | |
TRIAGE_APP_ID: ${{ secrets.TRIAGE_APP_ID }} | |
TRIAGE_APP_PEM: ${{ secrets.TRIAGE_APP_PEM }} |