File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
- uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
27
27
id : app-token
28
28
with :
29
- app-id : ${{ vars .APP_ID }}
29
+ app-id : ${{ secrets .APP_ID }}
30
30
private-key : ${{ secrets.APP_PRIVATE_KEY }}
31
31
32
32
- name : query GitHub graphql API
72
72
- uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
73
73
id : app-token
74
74
with :
75
- app-id : ${{ vars .APP_ID }}
75
+ app-id : ${{ secrets .APP_ID }}
76
76
private-key : ${{ secrets.APP_PRIVATE_KEY }}
77
77
78
78
- name : set env result=success
82
82
- name : checkout remote
83
83
id : checkout
84
84
run : |
85
- git clone "https://${{ env.GITHUB_USER }}:${{ secrets.USER_PAT }}@github.com/Azure/${{ matrix.repo }}.git"
85
+ git clone "https://${{ env.GITHUB_USER }}:${{ steps.app-token.outputs.result }}@github.com/Azure/${{ matrix.repo }}.git"
86
86
env :
87
87
GH_TOKEN : ${{ steps.app-token.outputs.token }}
88
88
You can’t perform that action at this time.
0 commit comments