Skip to content

Commit bf31493

Browse files
committed
Merge branch 'main' into test-me-gha-workload-identity
2 parents 161918e + 3fa9d33 commit bf31493

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ jobs:
5454
needs: [linux, macos]
5555
if: github.event_name != 'pull_request'
5656
runs-on: ubuntu-latest
57-
permissions:
58-
id-token: write
59-
contents: read
6057
steps:
6158
- uses: actions/checkout@v3
6259
- uses: actions/setup-python@v4
@@ -67,8 +64,8 @@ jobs:
6764
with:
6865
path: dist
6966
- run: python3 -um make_index --pypi-url https://pypi.devinfra.sentry.io --dest index
70-
- uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
67+
- uses: google-github-actions/auth@v0
7168
with:
72-
workload_identity_provider: projects/868781662168/locations/global/workloadIdentityPools/prod-github/providers/github-oidc-pool
73-
service_account: [email protected]
69+
credentials_json: ${{ secrets.PYPI_DEVINFRA_SENTRY_IO }}
70+
- run: yes | gcloud auth login --cred-file="$GOOGLE_APPLICATION_CREDENTIALS"
7471
- run: python3 -uS bin/upload-artifacts

packages.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,6 +2168,7 @@ python_versions = >=3.10
21682168
[sentry-protos==0.1.71]
21692169
[sentry-protos==0.1.72]
21702170
[sentry-protos==0.1.73]
2171+
[sentry-protos==0.1.74]
21712172

21722173
[sentry-redis-tools==0.1.1]
21732174
[sentry-redis-tools==0.1.2]
@@ -2247,6 +2248,7 @@ python_versions = >=3.10
22472248
[sentry-script-runner==0.2.0]
22482249
[sentry-script-runner==0.2.1]
22492250
[sentry-script-runner==0.2.2]
2251+
[sentry-script-runner==0.2.3]
22502252

22512253
[sentry-sdk==1.6.0]
22522254
[sentry-sdk==1.9.0]

0 commit comments

Comments
 (0)