Skip to content

Commit

Permalink
Remove token restriction overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
AP6YC committed Jan 18, 2024
1 parent b4cb97a commit a4b295d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
tags: ["*"]
pull_request:

# needed to allow julia-actions/cache to delete old caches that it has created
permissions:
actions: write
contents: read
# # needed to allow julia-actions/cache to delete old caches that it has created
# permissions:
# actions: write
# contents: read

jobs:
test:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:
tags: '*'
pull_request:

# needed to allow julia-actions/cache to delete old caches that it has created
permissions:
actions: write
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a4b295d

Please sign in to comment.