Skip to content

Commit

Permalink
adding perms to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV authored Jul 4, 2024
1 parent 7737e42 commit c4221d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
tags:
- '*.*.*.*'
jobs:
build_and_test:

Build:
permissions:
contents: write
runs-on: windows-latest

steps:
- name: Get Environment Variables
run: |
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: ./build/EasyZoomReborn.zip
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c4221d7

Please sign in to comment.