Skip to content

Commit

Permalink
chore(ci): Follow up to workflow permissions (#11397)
Browse files Browse the repository at this point in the history
Following up with more tinkering of the workflow permissions.

I'll have to just test the publishing ones by merging and watching it
not break.
  • Loading branch information
Josh-Walker-GM authored Aug 30, 2024
1 parent de0529b commit 5e6c258
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-test-project-fixture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
if: needs.detect-changes.outputs.code == 'true'
name: Check test project fixture
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions: {}

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
YARN_ENABLE_HARDENED_MODE: 0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions: {}

jobs:
publish-canary:
name: 🦜 Publish Canary
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions: {}

jobs:
check-git-tags:
name: 🏷 Check git tags
Expand Down

0 comments on commit 5e6c258

Please sign in to comment.