Skip to content

Commit

Permalink
ci: Switch to github token (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet authored Dec 19, 2023
1 parent 3b0c1fb commit cfc382a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ on:
branches:
- main

# Release Please creates a Pull Request with changes to files
permissions:
contents: write
pull-requests: write

jobs:
release:
runs-on: ubuntu-latest
# Release Please is very fast, so we set a tiny timeout
timeout-minutes: 1
steps:
- name: Release Please
uses: google-github-actions/release-please-action@a2d8d683f209466ee8c695cd994ae2cf08b1642d
with:
token: ${{ secrets.ARCJET_JS_RELEASE_PLEASE }}
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/release-please-config.json
manifest-file: .github/.release-please-manifest.json

0 comments on commit cfc382a

Please sign in to comment.