Skip to content

Commit 88656c5

Browse files
authored
Remove token from android ci (#713)
Remove unused id-token from android ci
1 parent 55e01bc commit 88656c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@ jobs:
213213
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md#android
214214
name: Android
215215
runs-on: ubuntu-20.04 # latest
216-
permissions:
217-
# These permissions needed to interact with GitHub's OIDC Token endpoint
218-
id-token: write # This is required for requesting the JWT
219216
steps:
220217
- name: Checkout Sources
221218
uses: actions/checkout@v2

0 commit comments

Comments
 (0)