1
0
mirror of synced 2026-01-02 21:04:32 -05:00

Merge pull request #28089 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-05-29 20:18:41 -05:00
committed by GitHub

View File

@@ -173,8 +173,8 @@ on:
jobs:
pass-secrets-to-workflow:
uses: ./.github/workflows/called-workflow.yml
secrets: inherit
uses: ./.github/workflows/called-workflow.yml
secrets: inherit
```
```yaml
@@ -186,7 +186,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Use a repo or org secret from the calling workflow.
uses: echo ${{ secrets.CALLING_WORKFLOW_SECRET }}
run: echo ${{ secrets.CALLING_WORKFLOW_SECRET }}
```
{% endraw %}