Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 2ee6e6f

Browse files
impr: OP-3247 Update Github tag action to use service account (#30)
Co-authored-by: AdamKinnell-CloudConformity <87958333+AdamKinnell-CloudConformity@users.noreply.github.com>
1 parent 5f9f6bf commit 2ee6e6f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/version-tag-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ jobs:
1212
tag_version: ${{ steps.version.outputs.version }}
1313
steps:
1414
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
15+
with:
16+
token: ${{ secrets.GIT_VERSIONING_TOKEN }}
1517
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
1618
with:
1719
node-version: 16
1820
- run: npm i npm@8 -g
1921
- name: Version and tag
2022
id: version
21-
uses: cloudconformity/npm-version-action@v0.3.0 # no need to a specific hash because we trust internal repos.
23+
uses: cloudconformity/npm-version-action@main # no need to a specific hash because we trust internal repos.
2224
- name: Get the output version
2325
run: echo "The version was ${{ steps.version.outputs.version }}"
2426

0 commit comments

Comments
 (0)