Skip to content

Commit

Permalink
Fix update from upstream workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperLlama88888 committed Jan 18, 2025
1 parent a78f4ee commit dafb1a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bundleAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,4 @@ jobs:
workflow_id: 'updateFromUpstream.yml',
ref: 'main'
});
console.log(`Workflow triggered with status ${res.status}`);
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
console.log(`Workflow triggered with status ${res.status}`);
4 changes: 3 additions & 1 deletion .github/workflows/updateFromUpstream.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Update from Upstream
on:
workflow_dispatch: # triggered by bundleAndDeploy.yml
permissions: read-all
permissions:
contents: write
jobs:
update:
name: Update
runs-on: ubuntu-latest
if: github.repository == 'HoloPrint-MC/holoprint-mc.github.io'
steps:
- name: Checkout repository
uses: actions/[email protected]
Expand Down

0 comments on commit dafb1a3

Please sign in to comment.