chore: move to environment secrets (#2653)

* chore: move to environment secrets

* fix: secrets based on feedback

* fix: name of token

* fix: add 'promote' environment

* ci: change unit test format
This commit is contained in:
Casey Lee
2025-02-09 14:37:02 -08:00
committed by GitHub
parent 89755d3f25
commit c2409db605
4 changed files with 22 additions and 43 deletions

View File

@@ -8,22 +8,15 @@ jobs:
release:
name: promote
runs-on: ubuntu-latest
environment: promote
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: master
token: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
token: ${{ secrets.PROMOTE_TOKEN }}
- uses: fregante/setup-git-user@v2
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- run: make promote