Skip to content

Commit

Permalink
Update testing-access.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
komish authored Apr 11, 2024
1 parent 5afce7e commit 0771028
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing-access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Get combined secret
id: get-combined-secret
uses: ./.github/actions/combine-secrets
with:
first-secret: ${{ secrets.PARTIAL_ONE }}
second-secret: ${{ secrets.PARTIAL_TWO }}

- name: Ensure secret was written
run: |
Expand Down

0 comments on commit 0771028

Please sign in to comment.