Skip to content

Commit 247c6e8

Browse files
authored
Update GitHub Actions updater version and token type
1 parent 84d49ca commit 247c6e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-deps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
android:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: getsentry/github-workflows/updater@9e13f1cb40ba4cd3f120f61018fb0a35bc9112a9
17+
- uses: getsentry/github-workflows/updater@da1a5fd2803f6c9da91c302d57a3aa00411d8d2f
1818
with:
1919
path: scripts/update-android.sh
2020
name: Android SDK
@@ -23,11 +23,11 @@ jobs:
2323
android-stubs:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: getsentry/github-workflows/updater@v3
26+
- uses: getsentry/github-workflows/updater@da1a5fd2803f6c9da91c302d57a3aa00411d8d2f
2727
with:
2828
path: scripts/update-android-stubs.sh
2929
name: Android SDK Stubs
30-
api-token: ${{ secrets.CI_DEPLOY_KEY }}
30+
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}
3131

3232
cocoa:
3333
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)