Skip to content

Commit

Permalink
perm
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieHuang2008 committed Oct 1, 2024
1 parent 4e6e7c6 commit 65e4807
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/compile_articles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ on:
branches:
- main

permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.12
Expand Down

0 comments on commit 65e4807

Please sign in to comment.