Skip to content

Commit

Permalink
Merge branch 'master' into testing-gitub-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Feb 13, 2025
2 parents 97ab3d5 + dfc3f13 commit 3d2fd81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/stellar-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ jobs:
uses: ./.github/workflows/update-pr-with-zip.yml
with:
zip_name: ${{ env.ZIP_NAME }}
secrets:
GITHUB_KB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# ------------------------------------------------------------------------------
# Send slack message.
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/update-pr-with-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
zip_name:
required: true
type: string
secrets:
GITHUB_KB_TOKEN:
required: true

jobs:
update_pr:
Expand Down Expand Up @@ -55,7 +52,6 @@ jobs:
- name: Add PR comment
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_KB_TOKEN }}
script: |
const zipUrl = 'https://evnt.is/test.zip?file=${{ inputs.zip_name }}.zip';
const playgroundUrl = '${{ steps.create_playground_url.outputs.url }}';
Expand Down

0 comments on commit 3d2fd81

Please sign in to comment.