Skip to content

Merge pull request #39 from mobilecoinofficial/nick/update-sgx-sdk-2.22 #28

Merge pull request #39 from mobilecoinofficial/nick/update-sgx-sdk-2.22

Merge pull request #39 from mobilecoinofficial/nick/update-sgx-sdk-2.22 #28

Workflow file for this run

# Copyright (c) 2022 MobileCoin Inc.
name: tag
on:
push:
branches:
- main
jobs:
tag:
runs-on: [self-hosted, Linux, small]
steps:
# We need to use an external PAT here because GHA will not run downstream events if we use the built in token.
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.ACTIONS_TOKEN }}
- name: Bump GitHub tag
id: bump
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
WITH_V: 'true'
DEFAULT_BUMP: patch