We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316cdd8 commit 97b955fCopy full SHA for 97b955f
.github/workflows/grept-cronjob.yml
@@ -75,12 +75,12 @@ jobs:
75
app-id: ${{ secrets.APP_ID }}
76
private-key: ${{ secrets.APP_PRIVATE_KEY }}
77
78
- - name: checkout remote
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79
id: checkout
80
- run: |
81
- git clone "https://oauth2:${GH_TOKEN}@github.com/Azure/${{ matrix.repo }}.git"
82
- env:
83
- GH_TOKEN: ${{ steps.app-token.outputs.token }}
+ with:
+ token: ${{ steps.app-token.outputs.token }}
+ repository: Azure/${{ matrix.repo }}
+ persist-credentials: true
84
85
- name: grept apply and auto remediate
86
run: |
0 commit comments