You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ jobs:
67
67
# Replace `APP_PEM` with the name of the secret that contains your app private key.
68
68
- name: Generate token
69
69
id: generate-token
70
-
uses: actions/create-github-app-token@v1
70
+
uses: actions/create-github-app-token@v2
71
71
with:
72
72
app-id: {% raw %}${{ vars.APP_ID }}{% endraw %}
73
73
private-key: {% raw %}${{ secrets.APP_PEM }}{% endraw %}
0 commit comments