[go: nahoru, domu]

Skip to content

Commit

Permalink
Trusted Partner PR Workflow testing. Remove debug statements.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 446459711
  • Loading branch information
tensorflower-gardener committed May 4, 2022
1 parent 42a5f05 commit 34257b0
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/trusted-partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,18 @@ name: assign-partner-tags
on:
pull_request_target:

# TODO: Test permissions issue. Remove after test and give targetted permission
permissions: write-all

jobs:
assign-partner-tags:
runs-on: ubuntu-latest
permissions:
# Needed to attach tags into the PR
issues: write
contents: write
pull-requests: write
if: |
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
Expand Down

0 comments on commit 34257b0

Please sign in to comment.