Skip to content

Commit

Permalink
use ORG_REPO_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
SemProvoost committed Nov 26, 2024
1 parent 227a8d6 commit 8bcd680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
release:
name: Release
runs-on: ubuntu-latest
runs-on: ubuntu-latest-m

steps:

Expand All @@ -37,6 +37,6 @@ jobs:
version: v2.1.0
args: release -f=goreleaser.yml --clean --timeout 90m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ORG_REPO_TOKEN }}
TMPDIR: "tmp"

0 comments on commit 8bcd680

Please sign in to comment.