Skip to content

Commit

Permalink
Remove token from android ci (#713)
Browse files Browse the repository at this point in the history
Remove unused id-token from android ci
  • Loading branch information
sbSteveK authored Nov 8, 2023
1 parent 55e01bc commit 88656c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ jobs:
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md#android
name: Android
runs-on: ubuntu-20.04 # latest
permissions:
# These permissions needed to interact with GitHub's OIDC Token endpoint
id-token: write # This is required for requesting the JWT
steps:
- name: Checkout Sources
uses: actions/checkout@v2
Expand Down

0 comments on commit 88656c5

Please sign in to comment.