Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Problem: incorrect permission on upload
Browse files Browse the repository at this point in the history
Solution: fixed the token permission
  • Loading branch information
tomtau committed Aug 10, 2022
1 parent aa1df45 commit 46b124a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- 'v*.*.*'

permissions:
contents: write

jobs:
upload:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 46b124a

Please sign in to comment.