Skip to content

Commit

Permalink
update test fixtures for google auth
Browse files Browse the repository at this point in the history
  • Loading branch information
tabossert committed Oct 25, 2023
1 parent a125290 commit cbd0fb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ingest-test-fixtures-update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ env:
GHA_CACHE_KEY_VERSION: "v1"
PYTHON_VERSION: "3.10"

permissions:
id-token: write
contents: read

jobs:
setup:
runs-on: ubuntu-latest-m
Expand Down Expand Up @@ -79,6 +75,9 @@ jobs:
make install-all-ingest
update-fixtures-and-pr:
permissions:
id-token: write
contents: read
runs-on: ubuntu-latest-m
env:
NLTK_DATA: ${{ github.workspace }}/nltk_data
Expand All @@ -102,6 +101,7 @@ jobs:
- name: 'Google Cloud Auth'
uses: 'google-github-actions/auth@v1'
with:
token_format: 'access_token'
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
- name: 'Set up Cloud SDK'
Expand Down

0 comments on commit cbd0fb9

Please sign in to comment.