Skip to content

Commit 0917c48

Browse files
INFRA-2675: fix build publish workflow
1 parent 8cad13c commit 0917c48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ jobs:
4949
with:
5050
repository: parsable/common-actions
5151
path: ./common-actions
52+
token: ${{ secrets.GH_PAT_MACHINE_PARSABLE }}
53+
ref: v1.0.1
5254
- name: Release
53-
uses: ./common-actions/release-with-changelog@v1.0.1
55+
uses: ./common-actions/release-with-changelog
5456
with:
5557
token: ${{ secrets.GITHUB_TOKEN }}
5658
tag: ${{ steps.tag.outputs.new_tag }}

0 commit comments

Comments
 (0)