mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
chore(ci): add permissions to workflow files (#198)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
36bc61fa27
commit
a179049522
3
.github/workflows/add-asana-comment.yml
vendored
3
.github/workflows/add-asana-comment.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
link-asana-task:
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
|
||||
16
.github/workflows/add-asana-comment.yml.bak
vendored
Normal file
16
.github/workflows/add-asana-comment.yml.bak
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Asana
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
link-asana-task:
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: Asana/create-app-attachment-github-action@v1.3
|
||||
id: postAttachment
|
||||
with:
|
||||
asana-secret: ${{ secrets.ASANA_API_ACCESS_KEY }}
|
||||
- run: echo "Status is ${{ steps.postAttachment.outputs.status }}"
|
||||
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -9,6 +9,9 @@ concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user