[go: nahoru, domu]

Skip to content

Commit

Permalink
Trusted Partner PR Workflow - Test Printing Dummy Secret
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 446301414
  • Loading branch information
tensorflower-gardener committed May 3, 2022
1 parent ae32143 commit 5e9eb04
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/trusted-partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,18 @@ jobs:
github.event.pull_request.draft == false &&
github.event.sender.type == 'User'
steps:
- name: Print Dummy Variables
env:
DUMMY_SECRET: ${{ secrets.DUMMY_SECRET }}
run: |
echo "Dummy Secret: ${DUMMY_SECRET}"
echo ${{ secrets.DUMMY_SECRET }}
- name: Checkout repo
uses: actions/checkout@v2
- name: Trusted-Partners-PR
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
github-token: ${{secrets.TF_PR_TRUSTED_PARTNER}}
github-token: ${{ secrets.TF_PR_TRUSTED_PARTNER }}
script: |
const script = require('./.github/workflows/trusted_partners.js');
const username = context.payload.pull_request.user.login;
Expand Down

0 comments on commit 5e9eb04

Please sign in to comment.