Skip to content

Commit

Permalink
Remove token as input (limit to 10)
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jun 5, 2024
1 parent e7e682c commit 89f35a2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/conan-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ on:
description: 'location of the conanfile.py defaults to `.`'
type: string

token:
required: false
default: ${{ secrets.CURA_CONAN_PACKAGE_RELEASE_PAT }}
description: 'Personal access token (PAT) used to fetch the repository'

workflow_call:
inputs:
organization:
Expand Down Expand Up @@ -132,11 +127,6 @@ on:
default: "."
type: string

token:
required: false
default: ${{ secrets.CURA_CONAN_PACKAGE_RELEASE_PAT }}
description: 'Personal access token (PAT) used to fetch the repository'

permissions:
contents: read

Expand All @@ -156,7 +146,7 @@ jobs:
repository: ${{ inputs.organization }}/${{ inputs.repository }}
ref: ${{ inputs.ref_name }}
fetch-depth: 1
token: ${{ inputs.token }}
token: ${{ secrets.CURA_CONAN_PACKAGE_RELEASE_PAT }}

- name: Sync pip requirements
run: |
Expand Down

0 comments on commit 89f35a2

Please sign in to comment.