Merge pull request #45 from mobilecoinofficial/jgreat/arm64 #33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 2022 MobileCoin Inc. | |
name: tag | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
tag: | |
runs-on: mco-dev-small-x64 | |
steps: | |
# We need to use an external PAT here because GHA will not run downstream events if we use the built in token. | |
- name: bump tag | |
uses: mobilecoinofficial/gh-actions/tag@v0 | |
with: | |
github_token: ${{ secrets.ACTIONS_TOKEN }} |