mirror of
https://github.com/MillironX/docker-JuliaPro.git
synced 2024-11-21 15:36:04 +00:00
Add new access keys for auto tag to trigger build
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
baf53a8184
commit
d914a1bf42
1 changed files with 4 additions and 2 deletions
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
|
@ -10,6 +10,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ssh-key: ${{ secrets.TAGKEY }}
|
||||
- uses: julia-actions/setup-julia@v1
|
||||
with:
|
||||
version: "1.6"
|
||||
|
@ -27,7 +29,7 @@ jobs:
|
|||
format: "YYYY-MM-DD"
|
||||
- uses: devops-infra/action-commit-push@v0.9.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.GH_PAK }}
|
||||
commit_message: "[⚡ AUTOMATED]: Pkg upgrade for ${{ steps.time.outputs.time }}"
|
||||
- id: hash
|
||||
run: |
|
||||
|
@ -35,7 +37,7 @@ jobs:
|
|||
echo "::set-output name=long_hash::$(git rev-parse HEAD)"
|
||||
- uses: mathieudutour/github-tag-action@v6.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.GH_PAK }}
|
||||
commit_sha: ${{ steps.hash.outputs.long_hash }}
|
||||
tag_prefix: ""
|
||||
custom_tag: ${{ steps.julia_ver.outputs.version }}-${{ steps.hash.outputs.short_hash }}
|
||||
|
|
Loading…
Reference in a new issue