Merge pull request #12322 from backstage/rugvip/crontweak
workflows: use latest version of cron action with app auth
This commit is contained in:
@@ -8,4 +8,8 @@ jobs:
|
||||
cron:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: backstage/actions/cron@v0.1.8
|
||||
- uses: backstage/actions/cron@v0.1.12
|
||||
with:
|
||||
app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }}
|
||||
private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }}
|
||||
installation-id: ${{ secrets.BACKSTAGE_GOALIE_INSTALLATION_ID }}
|
||||
|
||||
Reference in New Issue
Block a user