Skip to content

Commit

Permalink
Update update-main-source.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkpickering committed Apr 18, 2024
1 parent 3afd710 commit 686affa
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/update-main-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Configure git
run: |
Expand All @@ -33,17 +32,12 @@ jobs:
app-id: ${{ env.APP_ID }}
private-key: ${{ env.PRIVATE_KEY }}

- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}

- name: Update main-source branch
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
test -n "${{ steps.app-token.outputs.token }}"
test -n "$GITHUB_TOKEN"
test -n "${{ env.GITHUB_TOKEN }}"
test "$GITHUB_TOKEN" = "${{ steps.app-token.outputs.token }}"
test "${{ env.GITHUB_TOKEN }}" = "${{ steps.app-token.outputs.token }}"
test "this does not equal" = "this"
scripts/pull-ci-scripts
bin/partner-charts-ci auto
Expand Down

0 comments on commit 686affa

Please sign in to comment.