Skip to content

Commit

Permalink
expand permission
Browse files Browse the repository at this point in the history
  • Loading branch information
cdacamar committed Sep 23, 2024
1 parent 2494d91 commit d9ee1a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-main-branch-change.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
build_draft_pdf:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Set up Git repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -37,6 +39,7 @@ jobs:
allowUpdates: true
name: Prerelease
prerelease: true
tag: prerelease
body: |
This release is a prerelease. The contents of this release are likely to change.
# Changelog
Expand Down

0 comments on commit d9ee1a3

Please sign in to comment.