Skip to content

Commit

Permalink
Updated permissions in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
appreciated committed Jul 28, 2024
1 parent f0fff97 commit 57063d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Build and Upload ApexCharts for Vaadin

permissions:
contents: write

on:
push:
tags:
- 'v*.*.*'
jobs:
build-and-upload:
permissions:
contents: write
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 57063d0

Please sign in to comment.