Skip to content

Commit

Permalink
Use scoped secret on release automation (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reflejo authored Aug 23, 2024
1 parent d85adfd commit b2cc613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_capture_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
id: org-read-write
uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3.0
with:
app_id: ${{ secrets.OPEN_CAPTURE_IOS_PRS_APP_ID }}
private_key: ${{ secrets.OPEN_CAPTURE_IOS_PRS_PRIVATE_KEY }}
app_id: ${{ secrets.OPEN_CAPTURE_SDK_PRS_APP_ID }}
private_key: ${{ secrets.OPEN_CAPTURE_SDK_PRS_PRIVATE_KEY }}
- name: Trigger CI Job in capture-ios Repo
run: |
gh workflow run $WORKFLOW_ID \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_sdk_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
id: org-pr-create-token
uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3.0.0
with:
app_id: ${{ secrets.ORG_PROTO_SYNC_APP_ID }}
private_key: ${{ secrets.ORG_PROTO_SYNC_APP_KEY }}
app_id: ${{ secrets.OPEN_CAPTURE_SDK_PRS_APP_ID }}
private_key: ${{ secrets.OPEN_CAPTURE_SDK_PRS_PRIVATE_KEY }}

- name: 'Commiting the changes'
env:
Expand Down

0 comments on commit b2cc613

Please sign in to comment.