Skip to content

Commit eaf3097

Browse files
ok?
1 parent 6b0aa3d commit eaf3097

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.reusable.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
publish:
1515
name: Publish All the Things
1616
runs-on: ubuntu-latest
17+
1718
# todo: add secrets
1819
permissions:
1920
contents: write
@@ -30,6 +31,9 @@ jobs:
3031

3132
- name: Generate Packages
3233
run: node packages/@pglt/pglt/scripts/generate-packages.mjs
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
RELEASE_TAG: ${{ inputs.release-tag }}
3337

3438
- name: DEBUG - log assets
3539
run: |

0 commit comments

Comments
 (0)