Skip to content

Commit

Permalink
working on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-adams-planet committed Dec 10, 2024
1 parent 431901c commit 9703e0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 91 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Publish Release

# FIXME: How can I restrict actually publishing a release to specific users/tags/branches?
# FIXME: Make sure this only runs if all previous steps pass.

on:
workflow_call:
Expand Down Expand Up @@ -40,9 +39,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: planet-auth-src-targz
github-token: ${{ secrets.GH_PAT }}
repository: '${{ github.repository }}'
run-id: '${{ github.run_id }}'
# github-token: ${{ secrets.GH_PAT }}
# repository: '${{ github.repository }}'
# run-id: '${{ github.run_id }}'
path: dist
- name: 'Test Debug step'
run: |
Expand Down
87 changes: 0 additions & 87 deletions .github/workflows/release-scratch.yml

This file was deleted.

0 comments on commit 9703e0e

Please sign in to comment.