Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit ac84090

Browse files
committed
testing pipeline auth
1 parent 356e7c3 commit ac84090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_testnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: spectre_testnet
66
on:
77
push:
88
branches:
9-
- main
9+
- test-pipeline
1010

1111
run-name: Deploy Spectre Node to Testnet - ${{ inputs.release_tag }} by @${{ github.actor }}
1212

@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
registry: ${{ env.REGISTRY }}
3939
username: ${{ github.repository_owner }}
40-
password: ${{ secrets.GHCR_TOKEN }}
40+
password: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: build / tag / push docker image into ghcr
4343
id: build-and-push-tag

0 commit comments

Comments
 (0)