Skip to content

Commit

Permalink
Deleted comented lines referencing ADMIN_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Jul 22, 2024
1 parent 991a503 commit 45ab999
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy_to_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- closed
workflow_dispatch: #Action can also be triggered manually
env:
# TOKEN: ${{ secrets.ADMIN_TOKEN }}
TZ: Australia/Canberra
permissions:
pull-requests: write # to comment on PRs
Expand Down Expand Up @@ -86,7 +85,6 @@ jobs:
- name: Checkout
uses: actions/checkout@master
with:
# token: ${{ secrets.ADMIN_TOKEN }}
ref: main

- name: Get URL
Expand All @@ -106,7 +104,6 @@ jobs:
- name: Build full website
env:
GH_TOKEN: ${{ github.token }} # Required for gh usage
# GH_TOKEN: ${{ secrets.ADMIN_TOKEN }} # Required for gh usage
id: build
shell: bash
run: |
Expand Down Expand Up @@ -151,8 +148,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2
# with:
# token: ${{ secrets.ADMIN_TOKEN }}

- name: Output success status
id: success
Expand Down

0 comments on commit 45ab999

Please sign in to comment.