We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61869d8 commit 15ac7bfCopy full SHA for 15ac7bf
1 file changed
.github/workflows/update.yml
@@ -44,7 +44,7 @@ jobs:
44
run: pip install -r $REPO_DIR/_visualize/scripts/requirements.txt
45
46
- name: Create GitHub App Installation Token1
47
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
48
id: app-token1
49
with:
50
app-id: ${{ vars.CLIENT_ID }}
@@ -79,7 +79,7 @@ jobs:
79
TAG: CORE
80
81
- name: Create GitHub App Installation Token
82
83
id: app-token
84
85
0 commit comments