Skip to content

Commit

Permalink
feat: add GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTseng committed Jun 11, 2024
1 parent f0d3b69 commit 2c55692
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
name: Build/release

on:
pull_request:
push:
tags:
- v*.*.*

permissions:
contents: write

env:
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}

jobs:
release:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2c55692

Please sign in to comment.