Merge pull request #12322 from backstage/rugvip/crontweak

workflows: use latest version of cron action with app auth
This commit is contained in:
Ben Lambert
2022-06-30 09:50:57 +02:00
committed by GitHub
+5 -1
View File
@@ -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 }}