Skip to content

Commit

Permalink
Pass GITHUB_TOKEN to promu release step
Browse files Browse the repository at this point in the history
  • Loading branch information
yvigara committed Feb 5, 2024
1 parent 1092fa1 commit ce5dd1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
types: [published]
workflow_dispatch:

permissions:
contents: write # needed to write releases
packages: write # needed for ghcr access

jobs:
release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,6 +46,8 @@ jobs:

- name: Release tarballs
run: promu release .tarballs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Archive production artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ce5dd1d

Please sign in to comment.