Skip to content

Commit

Permalink
Move to the new permission system for the bump workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dzervas committed Jun 30, 2024
1 parent 182fc8d commit 190a8bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: bump
on:
workflow_dispatch:
inputs:
version:
level:
type: choice
description: "New version bump"
required: true
Expand All @@ -17,11 +17,11 @@ on:
jobs:
bump:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PACKAGES_PAT }}
fetch-depth: 0

- name: Find last version from tag
Expand Down

0 comments on commit 190a8bb

Please sign in to comment.